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 b42ff35 commit 4543737Copy full SHA for 4543737
.travis.yml
@@ -15,6 +15,6 @@ script:
15
- php vendor/bin/phpunit --coverage-clover build/logs/clover.xml
16
17
after_script:
18
- - php vendor/bin/coveralls
+ - travis_retry php vendor/bin/coveralls
19
- wget https://scrutinizer-ci.com/ocular.phar
20
- php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
0 commit comments