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 6b0b16a commit 5ea98bbCopy full SHA for 5ea98bb
.travis.yml
@@ -17,7 +17,7 @@ before_script:
17
- chmod -R 777 build/logs
18
19
script:
20
- - phpunit --coverage-clover build/logs/clover.xml
+ - vendor/bin/phpunit --coverage-clover build/logs/clover.xml
21
22
after_success:
23
- travis_retry php vendor/bin/php-coveralls
0 commit comments