From 3cfc8a7748ce545e0b42fc10e3f94a7b667b159f Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Sat, 5 Nov 2016 02:55:01 +0100 Subject: [PATCH] Remove ruby 2.1 from travis, because rails 5 doesn't support it anymore The gem still supports ruby 2.1 (without rails or with rails 4.2), but I can't run tests for it on travis. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 421f0a7..1568c6f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,7 @@ language: ruby rvm: - 2.3.1 - - 2.2 - - 2.1 + - 2.2.5 sudo: false cache: