summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-08-06 00:49:41 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2019-08-06 00:50:48 +0900
commit255e22a8272cd951a6cf8983b7720546e859d1eb (patch)
treec2e366968db937429aee4bb25bf4f022f209ed33
parente80f407ed4eafad4c544d7b2de507a0f4386f0a7 (diff)
Use gcc-8 for BASERUBY test
as it failed https://travis-ci.org/ruby/ruby/jobs/567942969, unlike my fork CI. This just rollbacks a minor change in 798474deaf10dbea70c02724b5acf4487bbed660.
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 189aca20ae..d730deba12 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -361,6 +361,7 @@ env:
- &baseruby
name: "BASERUBY: Ruby 1.9.3"
os: linux
+ <<: *gcc-8
<<: *make-test-only
dist: trusty # xenial no longer has ruby-1.9.3
language: ruby