mirror of
https://github.com/curl/curl.git
synced 2026-05-30 05:47:28 +03: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
1 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,8 @@ language: c
|
|||
sudo: required
|
||||
addons:
|
||||
apt:
|
||||
config:
|
||||
retries: true
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
- llvm-toolchain-precise-3.9
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue