Skip to content

Commit

Permalink
Fix CI failures caused by bundler 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mshibuya committed Jan 26, 2019
1 parent 0939adf commit 1628a0d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
language: ruby

before_install: gem install bundler
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'

before_script:
- cd spec/dummy_app
Expand Down

0 comments on commit 1628a0d

Please sign in to comment.