Add JRuby test targets for JRuby 9.2.x and 9.3.x.
Standardize on JRuby 9.2.19.0 for building and for testing the 9.2.x branch.
This commit is contained in:
parent
728878e98f
commit
b79a2f242c
@ -8,7 +8,7 @@ test_version() {
|
||||
|
||||
RUBY_CONFORMANCE=test_ruby
|
||||
|
||||
if [[ $version == jruby-9* ] ; then
|
||||
if [[ $version == jruby-9* ]] ; then
|
||||
bash --login -c \
|
||||
"rvm install $version && rvm use $version && rvm get head && \
|
||||
which ruby && \
|
||||
|
Loading…
Reference in New Issue
Block a user