From bc4bf32638f878b84a9a3f4dc5dc89dcc9b4ded5 Mon Sep 17 00:00:00 2001 From: "kirby@puppetlabs.com" Date: Thu, 5 Jul 2018 17:17:24 -0700 Subject: [PATCH] Add jruby 9.2 to travis testing This commit adds jruby 9.2 to travis testing. Without this change vmpooler is not tested against jruby 9.2. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 2872d72..df4b20e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,6 +24,9 @@ matrix: - rvm: jruby-9.1.17.0 env: "CHECK=test" + - rvm: jruby-9.2.0.0 + env: "CHECK=test" + # Remove the allow_failures section once # Rubocop is required for Travis to pass a build allow_failures: