Force compatible Bundler version in Travis

This commit is contained in:
Teemu Matilainen 2014-10-11 18:52:50 +03:00
parent 31c77bed37
commit 3955d533f3
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: