We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9304cfd commit 6ad901dCopy full SHA for 6ad901d
.coveralls.yml
.travis.yml
@@ -14,8 +14,7 @@ install:
14
- composer update
15
- composer require php-coveralls/php-coveralls --dev
16
17
-script:
18
- - vendor/bin/phpunit --coverage-clover ./tests/logs/clover.xml
+script: vendor/bin/phpunit --verbose --coverage-clover build/logs/clover.xml
19
20
after_script:
21
- php vendor/bin/php-coveralls -v
0 commit comments