Commit 190f639e951d5bf110eca5dddf4e7a386e0c7808

Authored by Braulio Bhavamitra
1 parent df51a028

travis: fix ruby version

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -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/2.1.0 22 + - export GEM_HOME=$PWD/vendor/bundle/ruby/2.2.0
23 - gem install bundler 23 - gem install bundler
24 cache: bundler 24 cache: bundler
25 25