Skip to content

Commit

Permalink
retry-on-http-error=429
Browse files Browse the repository at this point in the history
So that wget doesn't fail on Error 429 from Github
  • Loading branch information
ailintom committed Mar 23, 2020
1 parent 3a3f59a commit 5c07df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -158,7 +158,7 @@ before_script:
# Install composer packages, will also trigger dump-autoload
- travis_retry composer install --no-interaction --prefer-dist
# Install coveralls.phar
- wget -c -nc --retry-connrefused --tries=0 https://github.com/satooshi/php-coveralls/releases/download/v1.1.0/coveralls.phar
- wget -c -nc --retry-connrefused --tries=0 --retry-on-http-error=429 https://github.com/satooshi/php-coveralls/releases/download/v1.1.0/coveralls.phar
- chmod +x coveralls.phar
- php coveralls.phar --version

Expand Down

0 comments on commit 5c07df0

Please sign in to comment.