mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Test BASERUBY: Ruby 1.9.3 on Travis
We have no clear assertion or check of BASERUBY requirement. I want to make the current situation more explicit. I'm NOT saying we should support Ruby 1.9.3 here, but I'm just checking the situation as per05bc14d81a
. FYI, at this moment Ruby 1.8.7 did not work with this Travis config, like:538459100
This commit is contained in:
parent
91f5a8db59
commit
3e54ff67e6
1 changed files with 9 additions and 0 deletions
|
@ -314,6 +314,14 @@ env:
|
||||||
# -j randomly hangs.
|
# -j randomly hangs.
|
||||||
script: ruby -C spec/ruby ../mspec/bin/mspec .
|
script: ruby -C spec/ruby ../mspec/bin/mspec .
|
||||||
|
|
||||||
|
- &baseruby
|
||||||
|
name: "BASERUBY: Ruby 1.9.3"
|
||||||
|
<<: *linux
|
||||||
|
<<: *make-test-only
|
||||||
|
dist: trusty # xenial no longer has ruby-1.9.3
|
||||||
|
language: ruby
|
||||||
|
rvm: 1.9.3
|
||||||
|
|
||||||
- &x86_64-darwin17
|
- &x86_64-darwin17
|
||||||
name: x86_64-darwin17
|
name: x86_64-darwin17
|
||||||
<<: *osx
|
<<: *osx
|
||||||
|
@ -342,6 +350,7 @@ matrix:
|
||||||
- <<: *CALL_THREADED_CODE
|
- <<: *CALL_THREADED_CODE
|
||||||
- <<: *NO_THREADED_CODE
|
- <<: *NO_THREADED_CODE
|
||||||
- <<: *rubyspec
|
- <<: *rubyspec
|
||||||
|
- <<: *baseruby
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- name: -fsanitize=address
|
- name: -fsanitize=address
|
||||||
- name: -fsanitize=memory
|
- name: -fsanitize=memory
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue