mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Try to suppress errors in BASERUBY Travis
https://travis-ci.org/ruby/ruby/jobs/579108692
This commit is contained in:
parent
1f18b578ce
commit
58a373e9ed
1 changed files with 3 additions and 1 deletions
|
@ -92,7 +92,7 @@ env:
|
||||||
# - ubuntu-toolchain-r-test
|
# - ubuntu-toolchain-r-test
|
||||||
before_install:
|
before_install:
|
||||||
- tool/travis_retry.sh sudo -E apt-add-repository -y "ppa:ubuntu-toolchain-r/test"
|
- 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 \
|
tool/travis_retry.sh sudo -E apt-get $travis_apt_get_options install \
|
||||||
gcc-8 \
|
gcc-8 \
|
||||||
|
@ -352,6 +352,8 @@ env:
|
||||||
dist: trusty # xenial no longer has ruby-1.9.3
|
dist: trusty # xenial no longer has ruby-1.9.3
|
||||||
language: ruby
|
language: ruby
|
||||||
rvm: 1.9.3
|
rvm: 1.9.3
|
||||||
|
env:
|
||||||
|
- APT_GET_UPDATE_OPTIONS="--allow-unauthenticated"
|
||||||
|
|
||||||
- &x86_64-darwin18
|
- &x86_64-darwin18
|
||||||
name: x86_64-darwin18
|
name: x86_64-darwin18
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue