Force compatible Bundler version in Travis
This commit is contained in:
parent
31c77bed37
commit
3955d533f3
|
@ -2,6 +2,9 @@ language: ruby
|
|||
before_install:
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -qq -y bsdtar
|
||||
- rvm @global do gem uninstall bundler --all --executables
|
||||
- gem uninstall bundler --all --executables
|
||||
- gem install bundler --version '< 1.7.0'
|
||||
rvm:
|
||||
- 2.0.0
|
||||
env:
|
||||
|
|
Loading…
Reference in New Issue