mirror of
https://github.com/moparisthebest/curl
synced 2024-11-15 05:55:04 -05:00
travis: enable apt retry on fail
This is a workaround for an unsolved travis issue that is causing CI instances to sporadically fail due to 'unable to connect' issues during apt stage. Ref: https://github.com/travis-ci/travis-ci/issues/8507 Ref: https://github.com/travis-ci/travis-ci/issues/9112#issuecomment-376305909
This commit is contained in:
parent
9645f18f25
commit
d267dd2c13
@ -2,6 +2,8 @@ language: c
|
|||||||
sudo: required
|
sudo: required
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
|
config:
|
||||||
|
retries: true
|
||||||
sources:
|
sources:
|
||||||
- ubuntu-toolchain-r-test
|
- ubuntu-toolchain-r-test
|
||||||
- llvm-toolchain-precise-3.9
|
- llvm-toolchain-precise-3.9
|
||||||
|
Loading…
Reference in New Issue
Block a user