Skip to content

Commit 2a38f3a

Browse files
Coveralls added correctly
1 parent 2b261bf commit 2a38f3a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ php:
66
- 7.0
77
- 7.1
88
- 7.2
9-
- nightly
109

1110
before_script:
1211
- composer install
@@ -15,5 +14,5 @@ script:
1514
- mkdir -p build/logs
1615
- ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml
1716

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

0 commit comments

Comments
 (0)