From ea641b5c7d5f9b10d954645d2938ca0fc73152a5 Mon Sep 17 00:00:00 2001 From: Seb Jacobs Date: Mon, 4 Nov 2019 12:03:55 +0000 Subject: [PATCH] Build travis against jruby-9.1.9.0 Travis was having issues with jruby 9.1.5.0 and so I have ended up bumping the version of jruby 9.1 we're testing against to 9.1.9.0 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d224559..b04247f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ rvm: - 2.6.0 - ruby-head - jruby-19mode - - jruby-9.1.5.0 + - jruby-9.1.9.0 - jruby-head before_install: