|
@@ -8,7 +8,7 @@ test_version() {
|
|
if [ "$version" == "jruby-1.7" ] ; then
|
|
if [ "$version" == "jruby-1.7" ] ; then
|
|
# No conformance tests yet -- JRuby is too broken to run them.
|
|
# No conformance tests yet -- JRuby is too broken to run them.
|
|
bash --login -c \
|
|
bash --login -c \
|
|
- "rvm install $version && rvm use $version && \
|
|
|
|
|
|
+ "rvm install $version && rvm use $version && rvm get head && \
|
|
which ruby && \
|
|
which ruby && \
|
|
gem install bundler && bundle && \
|
|
gem install bundler && bundle && \
|
|
rake test"
|
|
rake test"
|