Skip to content

Commit f46bc4b

Browse files
committed
Revert "retry-on-http-error=429"
This reverts commit 5c07df0.
1 parent 5c07df0 commit f46bc4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ before_script:
158158
# Install composer packages, will also trigger dump-autoload
159159
- travis_retry composer install --no-interaction --prefer-dist
160160
# Install coveralls.phar
161-
- 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
161+
- wget -c -nc --retry-connrefused --tries=0 https://github.com/satooshi/php-coveralls/releases/download/v1.1.0/coveralls.phar
162162
- chmod +x coveralls.phar
163163
- php coveralls.phar --version
164164

0 commit comments

Comments
 (0)