diff options
author | Jay Satiro <raysatiro@yahoo.com> | 2018-03-26 18:29:30 -0400 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2018-03-26 18:29:30 -0400 |
commit | d267dd2c1308daa794055cd2817773f5597217f0 (patch) | |
tree | 23d5486b38679ee710972c17fdf6ee1881ca23ff /.travis.yml | |
parent | 9645f18f25918f17ef46fde304b0ae24e31c84fa (diff) | |
download | curl-d267dd2c1308daa794055cd2817773f5597217f0.tar.gz |
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
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 0bb19fb9f..e80b585ac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,8 @@ language: c sudo: required addons: apt: + config: + retries: true sources: - ubuntu-toolchain-r-test - llvm-toolchain-precise-3.9 |