From 375d439ce82d2d592fbcdeda55253671a5309e52 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Wed, 9 Jan 2019 06:11:51 +0100 Subject: [PATCH] Travis: update to jruby-9.2.5.0 (#197) Update travis to jruby-9.2.5.0, dist: xenial. --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d2d6afe..b1e0a28 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ language: ruby cache: bundler +dist: xenial +bundler_args: --without development before_install: - gem update --system @@ -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"