1
0
Fork 0
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:
Koichi Sasada 2019-11-08 10:10:37 +09:00
parent 365557f111
commit eaa011ffdb

View file

@ -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