From 2425fdea09628249d3085e0dc17f9a590b3693f8 Mon Sep 17 00:00:00 2001 From: Holger Just Date: Wed, 3 Jan 2018 21:03:34 +0100 Subject: [PATCH] Bump Rubies in Travis CI and add Ruby 2.5.0 --- .travis.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7cd7c84..4eb54d7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,12 +11,13 @@ cache: bundler rvm: # Latest Rubies on top - - 2.4.2 - - jruby-9.1.13.0 + - 2.5.0 + - jruby-9.1.15.0 # Older versions - - 2.3.5 - - 2.2.8 + - 2.4.2 + - 2.3.6 + - 2.2.9 - 2.1.10 - jruby-9.0.5.0 @@ -26,7 +27,7 @@ rvm: matrix: include: - - rvm: 2.4.2 + - rvm: 2.5.0 env: COVERAGE=1 # An older Ruby/Rack combination as used by Rails 3.2. As long as it works