Update travis to use appropriate bundler

This commit is contained in:
Bobby McDonald 2019-11-10 21:31:28 -05:00
parent 07b28f49c7
commit d66ae2f67f
No known key found for this signature in database
GPG Key ID: CAD931A49619329A
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
bundler_args: --without development
before_install:
- gem update --system
- gem update bundler
- gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true
- gem install bundler -v '~> 1.14'
cache: bundler
env:
global: