mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Change requirements of BASERUBY.
"BASERUBY: Ruby 1.9.3" test on Travis-CI checks builds on Ruby 1.9.3.
However this version is too old and 46acd0075d
requires Ruby 2.2 and
later.
This commit is contained in:
parent
365557f111
commit
eaa011ffdb
1 changed files with 2 additions and 2 deletions
|
@ -335,11 +335,11 @@ env:
|
|||
- echo "ruby/spec failed on Ruby 2.4. This is likely because of a missing ruby_version_is guard, please add it. See spec/README.md."
|
||||
|
||||
- &baseruby
|
||||
name: "BASERUBY: Ruby 1.9.3"
|
||||
name: "BASERUBY: Ruby 2.2"
|
||||
<<: *gcc-8
|
||||
<<: *make-test-only
|
||||
language: ruby
|
||||
rvm: 1.9.3
|
||||
rvm: 2.2
|
||||
|
||||
- &dependency
|
||||
name: Check dependencies in makefiles
|
||||
|
|
Loading…
Reference in a new issue