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 eec3cb5 commit 53b8f10Copy full SHA for 53b8f10
.travis.yml
@@ -4,6 +4,7 @@ php:
4
- 7.1
5
- 7.2
6
- 7.3
7
+ - 7.4
8
9
install:
10
- composer self-update
@@ -14,6 +15,6 @@ script:
14
15
- php vendor/bin/phpunit --coverage-clover build/logs/clover.xml
16
17
after_script:
- - php vendor/bin/coveralls
18
+ - travis_retry php vendor/bin/coveralls
19
- wget https://scrutinizer-ci.com/ocular.phar
20
- php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
0 commit comments