We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4b999a commit 7f09a68Copy full SHA for 7f09a68
.travis.yml
@@ -14,7 +14,7 @@ before_script:
14
- mkdir -p build/logs
15
16
script:
17
- - vendor/bin/phpunit --coverage-clover build/logs/clover.xml --test-suffix .php --colors --report-useless-tests
+ - vendor/bin/phpunit --coverage-clover build/logs/clover.xml
18
19
after_success:
20
- sh -c 'if( [ "$TRAVIS_PHP_VERSION" != "hhvm" ] ); then php vendor/bin/coveralls -v; fi;'
0 commit comments