From dd4538ee2efd06865103ee252710f0d34499bf70 Mon Sep 17 00:00:00 2001 From: Nicolas Leger Date: Thu, 15 Feb 2018 18:50:14 +0100 Subject: [PATCH] [CI] Test against Ruby 2.5 --- .travis.yml | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 377ed0f38..2b36b4098 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,9 +4,10 @@ sudo: false cache: bundler rvm: -- 2.4.0 -- 2.3.3 -- 2.2.3 +- 2.5 +- 2.4 +- 2.3 +- 2.2 - 2.1 gemfile: @@ -23,16 +24,24 @@ matrix: gemfile: Gemfile.rails50 - rvm: 2.1 gemfile: Gemfile.rails51 - - rvm: 2.4.0 + - rvm: 2.4 gemfile: Gemfile.rails32 - - rvm: 2.4.0 + - rvm: 2.4 gemfile: Gemfile.rails40 - - rvm: 2.4.0 + - rvm: 2.4 gemfile: Gemfile.rails41 - - rvm: 2.4.0 + - rvm: 2.4 + gemfile: Gemfile.rails42 + - rvm: 2.5 + gemfile: Gemfile.rails32 + - rvm: 2.5 + gemfile: Gemfile.rails40 + - rvm: 2.5 + gemfile: Gemfile.rails41 + - rvm: 2.5 gemfile: Gemfile.rails42 include: - - rvm: 2.3.3 + - rvm: 2.3 gemfile: Gemfile.shopify before_install: