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 9cc76f1 commit d072a67Copy full SHA for d072a67
.travis.yml
@@ -29,7 +29,7 @@ before_script:
29
30
script:
31
- mkdir -p build/logs
32
- - php vendor/bin/phpunit -c phpunit.xml
+ - php vendor/bin/phpunit -c phpunit.xml --coverage-clover build/logs/clover.xml
33
34
after_success:
35
- travis_retry php vendor/bin/php-coveralls -v
0 commit comments