File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -28,12 +28,13 @@ matrix:
2828 env : TEST_COMMAND="jruby -S rake integration:install integration:test"
2929 - rvm : jruby-head
3030 include :
31+ # since maven runit fails to boot with test-unit being a default gem on 9.2 :
3132 - jdk : oraclejdk8
32- env : TEST_PROFILE=test-9.2.1.0
33- - jdk : oraclejdk8
34- env : TEST_PROFILE=test-9.2.5.0
33+ env : TEST_COMMAND="jruby -rbundler/setup -S rmvn test-compile && jruby -S rake test" BUNDLE_INSTALL=true
34+ rvm : jruby-9.2.5.0
3535 - jdk : oraclejdk8
36- env : TEST_PROFILE=test-9.2.6.0
36+ env : TEST_COMMAND="jruby -rbundler/setup -S rmvn test-compile && jruby -S rake test" BUNDLE_INSTALL=true
37+ rvm : jruby-9.2.6.0
3738 #
3839 - jdk : openjdk7
3940 env : TEST_COMMAND="jruby -rbundler/setup -S rmvn test-compile && jruby -S rake test" BUNDLE_INSTALL=true
@@ -53,7 +54,7 @@ matrix:
5354 rvm : jruby-9.1.17.0
5455 - jdk : oraclejdk8
5556 env : TEST_COMMAND="jruby -rbundler/setup -S rmvn test-compile && jruby -S rake test" BUNDLE_INSTALL=true
56- rvm : jruby-9.2.6 .0
57+ rvm : jruby-9.2.1 .0
5758 - jdk : oraclejdk9
5859 env : TEST_COMMAND="jruby -rbundler/setup -S rmvn test-compile && jruby -S rake test" BUNDLE_INSTALL=true
5960 rvm : jruby-head
You can’t perform that action at this time.
0 commit comments