Commit 190f639e951d5bf110eca5dddf4e7a386e0c7808
1 parent
df51a028
Exists in
master
and in
20 other branches
travis: fix ruby version
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
.travis.yml
... | ... | @@ -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/2.1.0 | |
22 | + - export GEM_HOME=$PWD/vendor/bundle/ruby/2.2.0 | |
23 | 23 | - gem install bundler |
24 | 24 | cache: bundler |
25 | 25 | ... | ... |