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:
28
28
env : TEST_COMMAND="jruby -S rake integration:install integration:test"
29
29
- rvm : jruby-head
30
30
include :
31
+ # since maven runit fails to boot with test-unit being a default gem on 9.2 :
31
32
- 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
35
35
- 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
37
38
#
38
39
- jdk : openjdk7
39
40
env : TEST_COMMAND="jruby -rbundler/setup -S rmvn test-compile && jruby -S rake test" BUNDLE_INSTALL=true
@@ -53,7 +54,7 @@ matrix:
53
54
rvm : jruby-9.1.17.0
54
55
- jdk : oraclejdk8
55
56
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
57
58
- jdk : oraclejdk9
58
59
env : TEST_COMMAND="jruby -rbundler/setup -S rmvn test-compile && jruby -S rake test" BUNDLE_INSTALL=true
59
60
rvm : jruby-head
You can’t perform that action at this time.
0 commit comments