From f2768b5e592efb2950716a68542006604bcd9523 Mon Sep 17 00:00:00 2001 From: Zachary Scott Date: Fri, 9 May 2014 13:04:50 -0700 Subject: [PATCH] Only need MINOR version level to test Ruby 2.1.x on Travis cc http://blog.travis-ci.com/2014-04-28-upcoming-build-environment-updates/ --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3682cd3efe..75b4295767 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ before_install: rvm: - 1.9.3 - 2.0.0 - - 2.1.2 + - 2.1 - rbx-2 - jruby env: