From 652641597743a05b2ec092d226f3975cb4737913 Mon Sep 17 00:00:00 2001 From: Braulio Bhavamitra Date: Fri, 11 Sep 2015 19:58:56 -0300 Subject: [PATCH] rails4: back to testing on ruby 2 as it is way faster --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d02e943..4ac3510 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: ruby rvm: - - 1.9.3 + - 2.2.3 sudo: false addons: @@ -19,7 +19,7 @@ addons: # workaround for https://github.com/travis-ci/travis-ci/issues/4536 before_install: - - export GEM_HOME=$PWD/vendor/bundle/ruby/1.9.1 + - export GEM_HOME=$PWD/vendor/bundle/ruby/2.1.0 - gem install bundler cache: bundler -- libgit2 0.21.2