Skip to content

Commit

Permalink
CI: Use jruby-9.2.11.0 (#2144)
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed Mar 3, 2020
1 parent 8f28220 commit 522b877
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -33,7 +33,7 @@ matrix:
env:
- OS="Trusty 14.04 OpenSSL 1.0.1"
- RUBYOPT=""
- rvm: jruby-9.2.10.0
- rvm: jruby-9.2.11.0
env:
- JRUBY_OPTS="--debug"
- JAVA_OPTS="--add-opens java.base/sun.nio.ch=org.jruby.dist --add-opens java.base/java.io=org.jruby.dist --add-opens java.base/java.util.zip=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.security.cert=ALL-UNNAMED --add-opens java.base/java.security=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED"
Expand All @@ -44,7 +44,7 @@ matrix:
- rvm: truffleruby

allow_failures:
- rvm: jruby-9.2.10.0
- rvm: jruby-9.2.11.0
- rvm: jruby-head
- rvm: truffleruby

Expand Down

0 comments on commit 522b877

Please sign in to comment.