Debug PHPUnit
This commit is contained in:
parent
2c96a06d6e
commit
8cf9111a5d
|
@ -30,7 +30,7 @@ script:
|
||||||
## PHP-CS-Fixer
|
## PHP-CS-Fixer
|
||||||
- ./vendor/bin/php-cs-fixer fix --diff --verbose
|
- ./vendor/bin/php-cs-fixer fix --diff --verbose
|
||||||
## PHPUnit
|
## PHPUnit
|
||||||
- travis_wait 30 ./vendor/bin/phpunit --coverage-clover coverage-clover.xml
|
- ./vendor/bin/phpunit --debug --coverage-clover coverage-clover.xml
|
||||||
|
|
||||||
after_script:
|
after_script:
|
||||||
- if [ "$TRAVIS_PHP_VERSION" = "7.0" ]; then wget https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover tests/coverage-clover.xml ; fi
|
- if [ "$TRAVIS_PHP_VERSION" = "7.0" ]; then wget https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover tests/coverage-clover.xml ; fi
|
||||||
|
|
Loading…
Reference in New Issue