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

Try to suppress errors in BASERUBY Travis

579108692
This commit is contained in:
Takashi Kokubun 2019-08-31 16:44:41 +09:00
parent 1f18b578ce
commit 58a373e9ed
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

View file

@ -92,7 +92,7 @@ env:
# - ubuntu-toolchain-r-test
before_install:
- tool/travis_retry.sh sudo -E apt-add-repository -y "ppa:ubuntu-toolchain-r/test"
- tool/travis_retry.sh sudo bash -c "rm -rf '${TRAVIS_ROOT}/var/lib/apt/lists/'* && exec apt-get update -yq"
- tool/travis_retry.sh sudo bash -c "rm -rf '${TRAVIS_ROOT}/var/lib/apt/lists/'* && exec apt-get update ${APT_GET_UPDATE_OPTIONS} -yq"
- |-
tool/travis_retry.sh sudo -E apt-get $travis_apt_get_options install \
gcc-8 \
@ -352,6 +352,8 @@ env:
dist: trusty # xenial no longer has ruby-1.9.3
language: ruby
rvm: 1.9.3
env:
- APT_GET_UPDATE_OPTIONS="--allow-unauthenticated"
- &x86_64-darwin18
name: x86_64-darwin18