.travis.yml: try `addons.apt.update: true` for gcc-8

because gcc-8 setup is super unstable like this
https://travis-ci.org/ruby/ruby/jobs/441528813

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65083 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
k0kubun 2018-10-15 09:51:32 +00:00
Родитель 9ab13f3837
Коммит 63cebc4da6
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

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