Skip to content

Commit

Permalink
travis: fix ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
brauliobo committed Sep 12, 2015
1 parent df51a02 commit 190f639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/2.1.0
- export GEM_HOME=$PWD/vendor/bundle/ruby/2.2.0
- gem install bundler
cache: bundler

Expand Down

0 comments on commit 190f639

Please sign in to comment.