From 747c76284bc249c96bd54791bd05945dcc82e1f5 Mon Sep 17 00:00:00 2001 From: mattkirby Date: Wed, 9 Sep 2020 13:38:48 -0700 Subject: [PATCH] Test vmpooler on latest 2.5 (#393) This change updates vmpooler to test ruby 2.5.8, and jruby 9.2.12.0. Without this change vmpooler tests against 2.5.7 and jruby 9.2.9.0. Additionally, testing on 2.4.x is removed. Lastly, rubocop tests are updated to run on 2.5.8. --- .travis.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index b4a51b0..4469cd6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,16 +5,13 @@ os: linux jobs: include: - - rvm: 2.4.9 + - rvm: 2.5.8 env: "CHECK=rubocop" - - rvm: 2.4.9 + - rvm: 2.5.8 env: "CHECK=test" - - rvm: 2.5.7 - env: "CHECK=test" - - - rvm: jruby-9.2.9.0 + - rvm: jruby-9.2.12.0 env: "CHECK=test" script: