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 05688e8 commit 7826fd3Copy full SHA for 7826fd3
.travis.yml
@@ -13,5 +13,5 @@ script:
13
- mkdir -p build/logs
14
- phpunit --coverage-clover build/logs/clover.xml tests/
15
16
-after_script:
17
- - php vendor/bin/coveralls
+after_success:
+ - travis_retry php vendor/bin/coveralls -v
0 commit comments