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 73afad6 commit 15a795aCopy full SHA for 15a795a
.travis.yml
@@ -6,7 +6,7 @@ php:
6
7
script:
8
- composer install --dev
9
- - phpunit --coverage-clover=coverage.clover
+ - php vendor/bin/phpunit --coverage-clover=coverage.clover
10
11
after_script:
12
- wget https://scrutinizer-ci.com/ocular.phar
0 commit comments