Skip to content

Commit

Permalink
Workaround for bundler issue
Browse files Browse the repository at this point in the history
Breaking with 'You have already activated bundler 1.17.2, but your Gemfile requires bundler 1.17.3...'
  • Loading branch information
mshibuya committed Feb 17, 2019
1 parent f592d68 commit 3b274e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -4,6 +4,7 @@ before_install:
# https://github.com/danmayer/coverband/issues/162#issuecomment-452173268
- rm /home/travis/.rvm/gems/*/specifications/bundler-2.*.gemspec || true
- gem install bundler -v '< 2'
- gem update --system

before_script:
- cd spec/dummy_app
Expand Down

0 comments on commit 3b274e1

Please sign in to comment.