From 82f141793b9023ce6b40d63b549b0d528d611c86 Mon Sep 17 00:00:00 2001 From: "kirby@puppetlabs.com" Date: Wed, 3 Jan 2018 16:49:53 -0800 Subject: [PATCH] Update jruby version for travis to 9.1.13.0 This commit updates travis configuration to replace jruby 1.7.13 with 9.1.13.0. Without this change the jruby version tested is out of date and does not support features like safe_load, which affects issue #243. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 100ea5a..eb16008 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ matrix: - rvm: 2.3.3 env: "CHECK=test" - - rvm: jruby-1.7.13 + - rvm: jruby-9.1.13.0 env: "CHECK=test" # Remove the allow_failures section once