summaryrefslogtreecommitdiff
path: root/.travis.yml
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
commit274cd927821baced27ecc95d6afc62d413bdab70 (patch)
tree7b8e65ed7fabaefed476c24e01be7fecbb787643 /.travis.yml
parent63cebc4da62738ddf77fd04f7bb8ecb5b4a4168c (diff)
.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
Diffstat (limited to '.travis.yml')
-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