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 a3f59c1 commit 2747af3Copy full SHA for 2747af3
.travis.yml
@@ -11,7 +11,7 @@ before_script:
11
- composer install --prefer-source --no-interaction --dev
12
13
script:
14
-- phpunit --coverage-clover build/logs/clover.xml
+- vendor/bin/phpunit --coverage-clover build/logs/clover.xml
15
16
after_script:
17
- php vendor/bin/coveralls -v
0 commit comments