ruby-changes:57436
From: Takashi <ko1@a...>
Date: Sat, 31 Aug 2019 16:45:31 +0900 (JST)
Subject: [ruby-changes:57436] Takashi Kokubun: 58a373e9ed (master): Try to suppress errors in BASERUBY Travis
https://git.ruby-lang.org/ruby.git/commit/?id=58a373e9ed From 58a373e9ed54556e18a13825dfe72d3f7a86b833 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun <takashikkbn@g...> Date: Sat, 31 Aug 2019 16:44:41 +0900 Subject: Try to suppress errors in BASERUBY Travis https://travis-ci.org/ruby/ruby/jobs/579108692 diff --git a/.travis.yml b/.travis.yml index 26235a1..028ac44 100644 --- a/.travis.yml +++ b/.travis.yml @@ -92,7 +92,7 @@ env: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L92 # - 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: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L352 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 -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/