Skip to content

Commit 7826fd3

Browse files
committed
enabled logging for coverage
1 parent 05688e8 commit 7826fd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ script:
1313
- mkdir -p build/logs
1414
- phpunit --coverage-clover build/logs/clover.xml tests/
1515

16-
after_script:
17-
- php vendor/bin/coveralls
16+
after_success:
17+
- travis_retry php vendor/bin/coveralls -v

0 commit comments

Comments
 (0)