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 954a8b6 commit b089f8eCopy full SHA for b089f8e
.travis.yml
@@ -14,7 +14,7 @@ before_script:
14
15
script:
16
- mkdir -p build/logs
17
- - phpunit --coverage-clover build/logs/clover.xml
+ - ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml
18
19
#after_script:
20
# - php vendor/bin/coveralls -v
0 commit comments