Skip to content

Commit 1075d81

Browse files
committed
Adjust JRuby in CI for greening
JRuby 9.2.9 has a bug that causes failures on Java 11, so I'm moving it to allowed failures for now. The bug is fixed in JRuby 9.2.10 (head) and we would like jruby-head to always be green, so I have removed it from allowed failures. The --dev flag should help reduce startup time for all JRuby processes. * Remove jruby-head from allowed failures * Temporarily move JRuby 9.2.9 on Java 11 to allowed failures * Add --dev to speed up JRuby launches
1 parent 5ee426c commit 1075d81

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,16 @@ matrix:
6363

6464
allow_failures:
6565
- rvm: ruby-head
66-
- rvm: jruby-head
6766
- rvm: rbx-3
6867
- name: TruffleRuby Latest
6968
- name: YARD uptodate in docs
69+
- name: JRuby 9.2.9.0 Latest on Java 11
7070

7171
env:
7272
global:
7373
- JAVA_OPTS=-Xmx1024m
7474
- RUBYOPT=-w
75+
- JRUBY_OPTS=--dev
7576

7677
before_install:
7778
- gem install bundler --version 1.17.3

0 commit comments

Comments
 (0)