mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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.
This commit is contained in:
parent
e80f407ed4
commit
255e22a827
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue