Skip to content

Commit 06176cb

Browse files
committed
[ci] do NOT run 9.2 using runit due compat issues
tracking issue at jruby/jruby#5621
1 parent a90b49c commit 06176cb

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.travis.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)