From 4ea19dd503b6972e4bd27b5516554398f2fa0c3a Mon Sep 17 00:00:00 2001 From: yui-knk Date: Tue, 29 Dec 2015 00:38:32 +0900 Subject: [PATCH] Test against the newset version of ruby 2.1 (2.1.8) I know the discussion about how to write .travis.yml (https://github.com/amatsuda/kaminari/issues/520), but now Travis CI runs against ruby 2.1.5 and I think which is not we indend to test against. I know it is boring work to update the file along with every 2.1.x patch release, but it is necessary to keep test environments to be latest :( --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1abb9e0..cfd4c49 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ language: ruby rvm: - 1.9.3 - 2.0.0 - - 2.1 + - 2.1.8 - 2.2.4 - 2.3.0 - ruby-head