Commit 652641597743a05b2ec092d226f3975cb4737913

Authored by Braulio Bhavamitra
1 parent 810bfe8c

rails4: back to testing on ruby 2 as it is way faster

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
1 language: ruby 1 language: ruby
2 rvm: 2 rvm:
3 - - 1.9.3 3 + - 2.2.3
4 4
5 sudo: false 5 sudo: false
6 addons: 6 addons:
@@ -19,7 +19,7 @@ addons: @@ -19,7 +19,7 @@ addons:
19 19
20 # workaround for https://github.com/travis-ci/travis-ci/issues/4536 20 # workaround for https://github.com/travis-ci/travis-ci/issues/4536
21 before_install: 21 before_install:
22 - - export GEM_HOME=$PWD/vendor/bundle/ruby/1.9.1 22 + - export GEM_HOME=$PWD/vendor/bundle/ruby/2.1.0
23 - gem install bundler 23 - gem install bundler
24 cache: bundler 24 cache: bundler
25 25