| RUBY_CONFORMANCE=test_ruby |
| if [[ $version == jruby-9* ]] ; then |
| "rvm install $version && rvm use $version && rvm get head && \ |
| gem install --no-document bundler && bundle && \ |
| cd ../conformance && make test_jruby && \ |
| cd ../ruby/compatibility_tests/v3.0.0 && ./test.sh" |
| "rvm install $version && rvm use $version && \ |
| gem install --no-document bundler -v 1.17.3 && bundle && \ |
| cd ../conformance && make ${RUBY_CONFORMANCE} && \ |
| cd ../ruby/compatibility_tests/v3.0.0 && \ |
| cp -R ../../lib lib && ./test.sh" |