Skip to content

Commit

Permalink
Merge tonsky#232
Browse files Browse the repository at this point in the history
232: CI: Use JRuby 9.2.7.0 r=bronzdoc a=olleolleolle

This PR updates the CI matrix to use latest JRuby, **9.2.7.0**.

[JRuby 9.2.7.0 release blog post](https://www.jruby.org/2019/04/09/jruby-9-2-7-0.html)

Co-authored-by: Olle Jonsson <[email protected]>
  • Loading branch information
bundlerbot[bot] and olleolleolle committed Apr 10, 2019
2 parents 40d74c9 + bef75ae commit 69d6060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ matrix:
- language: generic
env:
- JRUBY_OPTS="--client -J-XX:+TieredCompilation -J-XX:TieredStopAtLevel=1 -J-Xss2m -Xcompile.invokedynamic=false -J-Xmx1536m"
- JRUBY_VERSION="jruby-9.2.6.0"
- JRUBY_VERSION="jruby-9.2.7.0"
before_install:
- ./ci/build/rvm_setup.sh
- rm -f ${HOME}/.rvm/gemsets/jruby/global.gems
Expand Down

0 comments on commit 69d6060

Please sign in to comment.