Skip to content

Commit

Permalink
Update to travis to allow bundler deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoneira committed Jan 7, 2020
1 parent 74c07a7 commit 5e700cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ jdk:
- openjdk8

before_install:
- "find /home/travis/.rvm/rubies -wholename '*default/bundler-*.gemspec' -delete"
- rvm all-gemsets do gem uninstall bundler -ax || true
- gem install bundler -v "< 2"

0 comments on commit 5e700cf

Please sign in to comment.