Skip to content

Commit

Permalink
Use Bundler 1.X on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
justincampbell committed Jun 7, 2019
1 parent 39bbdc6 commit 383c17e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ env:
- VAULT_VERSION=0.3.1

before_install:
# Downgrade Bundler to 1.x
- gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true
- gem install bundler -v '< 2'
- wget -O vault.zip -q https://releases.hashicorp.com/vault/${VAULT_VERSION}/vault_${VAULT_VERSION}_linux_amd64.zip
- unzip vault.zip
- mkdir -p ~/bin
Expand Down

0 comments on commit 383c17e

Please sign in to comment.