From c1a20da5589215f7be73e318c8a90ac86617ed97 Mon Sep 17 00:00:00 2001 From: Jon Atack Date: Thu, 26 Mar 2015 10:40:57 +0530 Subject: [PATCH] Specify Ruby 2.2.1 for travis-ci MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit because Travis CI is still using Ruby 2.2.0 when we specify 2.2. Normally, the image mirror for 2.2 should have been upgraded to 2.2.1, but it’s not been the case for some time now. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 570290b..b9246b2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ language: ruby sudo: false rvm: - - 2.2 + - 2.2.1 - 2.1 - 2.0 - 1.9