Skip to content

Commit 53b8f10

Browse files
committed
Updated coverall travis configuration
1 parent eec3cb5 commit 53b8f10

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ php:
44
- 7.1
55
- 7.2
66
- 7.3
7+
- 7.4
78

89
install:
910
- composer self-update
@@ -14,6 +15,6 @@ script:
1415
- php vendor/bin/phpunit --coverage-clover build/logs/clover.xml
1516

1617
after_script:
17-
- php vendor/bin/coveralls
18+
- travis_retry php vendor/bin/coveralls
1819
- wget https://scrutinizer-ci.com/ocular.phar
1920
- php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml

0 commit comments

Comments
 (0)