Merge pull request #4625 from tmatilai/travis_bundler

Force compatible Bundler version in Travis
This commit is contained in:
Mitchell Hashimoto 2014-10-11 09:02:08 -07:00
commit 77df7a2742
1 changed files with 3 additions and 0 deletions

View File

@ -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: