Skip to content
This repository was archived by the owner on Jul 6, 2024. It is now read-only.

Commit f395f85

Browse files
author
Dominik Zogg
authored
after_success coveralls
1 parent 6329170 commit f395f85

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,6 @@ before_script:
2323

2424
script:
2525
- composer test
26-
- vendor/bin/php-coveralls --coverage_clover=build/phpunit/phpunit.clover.xml --json_path=build/coveralls.json -v
26+
27+
after_success:
28+
- travis_retry php vendor/bin/php-coveralls --coverage_clover=build/phpunit/phpunit.clover.xml --json_path=build/coveralls.json -v

0 commit comments

Comments
 (0)