Skip to content

Commit

Permalink
Travis: update to jruby-9.2.5.0 (socketry#197)
Browse files Browse the repository at this point in the history
Update travis to jruby-9.2.5.0, dist: xenial.
  • Loading branch information
olleolleolle authored and ioquatix committed Jan 9, 2019
1 parent 0e1d621 commit 375d439
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
language: ruby
cache: bundler
dist: xenial
bundler_args: --without development

before_install:
- gem update --system
Expand All @@ -16,7 +18,7 @@ matrix:
- rvm: 2.6
os: osx
- rvm: truffleruby
- rvm: jruby-9.2.0.0
- rvm: jruby-9.2.5.0
env: JRUBY_OPTS="--debug -X+O --dev -J-Djruby.launch.inproc=true -J-Xmx1024M"
- rvm: jruby-head
env: JRUBY_OPTS="--debug -X+O --dev -J-Djruby.launch.inproc=true -J-Xmx1024M"
Expand Down

0 comments on commit 375d439

Please sign in to comment.