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:
parent
63cebc4da6
commit
274cd92782
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@ matrix:
|
|||
compiler: gcc-8
|
||||
addons:
|
||||
apt:
|
||||
config:
|
||||
retries: true
|
||||
update: true
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
|
|
Loading…
Add table
Reference in a new issue