aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-15 10:03:57 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-15 10:03:57 +0000
commit9debfea59882d5d99b1321b3cb32e023dc960dd7 (patch)
tree7b8e65ed7fabaefed476c24e01be7fecbb787643
parent4c2083f927df18bf93bc528714a1460faba84c98 (diff)
downloadruby-9debfea59882d5d99b1321b3cb32e023dc960dd7.tar.gz
.travis.yml: try `addons.apt.config.retries: true` as well
This is suggested by Travis https://github.com/travis-ci/travis-ci/issues/9112#issuecomment-376305909 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65084 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 6aa28cacd1..8064714544 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,6 +29,8 @@ matrix:
compiler: gcc-8
addons:
apt:
+ config:
+ retries: true
update: true
sources:
- ubuntu-toolchain-r-test