Commit 652641597743a05b2ec092d226f3975cb4737913
1 parent
810bfe8c
Exists in
master
and in
11 other branches
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
.travis.yml
1 | 1 | language: ruby |
2 | 2 | rvm: |
3 | - - 1.9.3 | |
3 | + - 2.2.3 | |
4 | 4 | |
5 | 5 | sudo: false |
6 | 6 | addons: |
... | ... | @@ -19,7 +19,7 @@ addons: |
19 | 19 | |
20 | 20 | # workaround for https://github.com/travis-ci/travis-ci/issues/4536 |
21 | 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 | 23 | - gem install bundler |
24 | 24 | cache: bundler |
25 | 25 | ... | ... |