From 9debfea59882d5d99b1321b3cb32e023dc960dd7 Mon Sep 17 00:00:00 2001 From: k0kubun Date: Mon, 15 Oct 2018 10:03:57 +0000 Subject: .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 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3