Skip to content

Commit

Permalink
Dropping back to bundler 1.x
Browse files Browse the repository at this point in the history
Following the instructions from here:
https://docs.travis-ci.com/user/languages/ruby/
  • Loading branch information
Justin Martin committed Jun 2, 2020
1 parent 745f68c commit c4c1de2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ language:
rvm:
- 2.3.1
- 2.6.1

before_install:
- gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true
- gem install bundler -v '< 2.0'

0 comments on commit c4c1de2

Please sign in to comment.