From e49c4859b0136c26bba03e33d796c5e28386109c Mon Sep 17 00:00:00 2001 From: Per Lundberg Date: Wed, 20 Jun 2018 15:08:09 +0300 Subject: [PATCH] .travis.yml: Update supported Ruby versions - Drop 1.9, 2.0 and 2.1 which are EOL - Update 2.3, 2.4 and 2.5 specifiers (only specify minor version, not patch level) - Update JRuby to use latest and greatest Signed-off-by: Per Lundberg --- .travis.yml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3db3cb76..fc1c7b13 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,15 +1,12 @@ language: ruby rvm: - - 1.9.3 - - 2.0.0 - - 2.1.10 - - 2.3.4 - - 2.4.3 - - 2.5.0 - - jruby-9.1.15.0 + - 2.3 + - 2.4 + - 2.5 + - jruby matrix: allow_failures: - - rvm: jruby-9.1.15.0 + - rvm: jruby fast_finish: true before_install: - gem install bundler