From 3955d533f3c1994f243006a14359f1bba1b39e19 Mon Sep 17 00:00:00 2001 From: Teemu Matilainen Date: Sat, 11 Oct 2014 18:52:50 +0300 Subject: [PATCH] Force compatible Bundler version in Travis --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9baf9785e..6fb40430b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: