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.
pull/9082/head
Jason Lunn 3 years ago
parent 728878e98f
commit b79a2f242c
  1. 2
      ruby/travis-test.sh

@ -8,7 +8,7 @@ test_version() {
RUBY_CONFORMANCE=test_ruby RUBY_CONFORMANCE=test_ruby
if [[ $version == jruby-9* ] ; then if [[ $version == jruby-9* ]] ; then
bash --login -c \ bash --login -c \
"rvm install $version && rvm use $version && rvm get head && \ "rvm install $version && rvm use $version && rvm get head && \
which ruby && \ which ruby && \

Loading…
Cancel
Save