1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

.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
This commit is contained in:
k0kubun 2018-10-15 10:03:57 +00:00
parent 63cebc4da6
commit 274cd92782

View file

@ -29,6 +29,8 @@ matrix:
compiler: gcc-8
addons:
apt:
config:
retries: true
update: true
sources:
- ubuntu-toolchain-r-test