Skip to content

Commit

Permalink
Merge pull request #73 from zaru/fix-travis
Browse files Browse the repository at this point in the history
Fix TravisCI bundler version
  • Loading branch information
zaru authored Apr 16, 2019
2 parents a3e850d + c88272a commit 9f95d40
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 @@ -7,7 +7,7 @@ rvm:
- 2.6
before_install:
- |
if [[ ${RUBY_VERSION} =~ ^ruby-2.3 ]]; then
if [[ ${RUBY_VERSION} =~ ^ruby-2.5 ]]; then
gem uninstall -i /home/travis/.rvm/gems/${RUBY_VERSION}@global bundler -x
fi
- gem install bundler -v 1.17.3
Expand Down

0 comments on commit 9f95d40

Please sign in to comment.