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.
2 parents edd18a6 + 5754c36 commit cedffcaCopy full SHA for cedffca
1 file changed
.travis.yml
@@ -21,5 +21,5 @@ script:
21
- ./vendor/bin/phpunit -v --coverage-text --coverage-clover=./build/logs/clover.xml
22
23
after_script:
24
- - if [ -f ./build/logs/clover.xml ]; then travis_retry composer require satooshi/php-coveralls --no-interaction --update-with-dependencies; fi
25
- - if [ -f ./build/logs/clover.xml ]; then php vendor/bin/coveralls -v; fi
+ - if [ -f ./build/logs/clover.xml ]; then travis_retry composer require php-coveralls/php-coveralls --no-interaction --update-with-dependencies; fi
+ - if [ -f ./build/logs/clover.xml ]; then php vendor/bin/php-coveralls -v; fi
0 commit comments