From 9affca91fbf43f484f1c61c4fbdf1b31dc726be6 Mon Sep 17 00:00:00 2001 From: Joshua Priddle Date: Mon, 19 Jun 2017 01:44:53 -0400 Subject: [PATCH] Tweak travis matrix --- .travis.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index c2bc16b..744ca4b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,19 +1,14 @@ language: ruby rvm: - - 2.1.10 - - 2.2.5 - - 2.3.1 + - 2.2.7 + - 2.3.4 + - 2.4.1 gemfile: - gemfiles/activerecord_4_2.gemfile - gemfiles/activerecord_5_0.gemfile -matrix: - exclude: - - gemfile: gemfiles/activerecord_5_0.gemfile - rvm: 2.1.10 - addons: postgresql: 9.3