Fix code coverage, maybe

This commit is contained in:
Timothy Warren 2014-03-20 11:06:44 -04:00
parent f817818bc6
commit b4a661c82a
2 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,8 @@ imports:
- php - php
tools: tools:
external_code_coverage: true external_code_coverage:
timeout: 1000
# PHP # PHP
php_code_sniffer: true php_code_sniffer: true
php_cpd: true php_cpd: true

View File

@ -20,7 +20,7 @@ script:
after_script: after_script:
- wget https://scrutinizer-ci.com/ocular.phar - wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover build/clover.xml - php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
matrix: matrix:
allow_failures: allow_failures: