Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 54e84fd

Browse files
committed
Use JRuby 1.7.22 on Travis
With `rvm: jruby` JRuby 1.7.19 is used and the version has an issue with Bundler upgrade. jruby/jruby#1595
1 parent 43a6cb6 commit 54e84fd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ rvm:
2323
- rbx
2424
matrix:
2525
include:
26-
- rvm: jruby
26+
- rvm: jruby-1.7.22
2727
env: JRUBY_OPTS='--server -Xcompile.invokedynamic=false -Xcompat.version=2.0'
2828
- rvm: jruby-head
2929
env: JRUBY_OPTS='--server -Xcompile.invokedynamic=false'
30-
- rvm: jruby-18mode
31-
env: JRUBY_OPTS='--server -Xcompile.invokedynamic=false'
32-
- rvm: jruby
30+
- rvm: jruby-1.7.22
31+
env: JRUBY_OPTS='--1.8 --server -Xcompile.invokedynamic=false'
32+
- rvm: jruby-1.7.22
3333
env: JRUBY_OPTS='--server -Xcompile.invokedynamic=false'
3434
allow_failures:
3535
- rvm: jruby-head

0 commit comments

Comments
 (0)