From 7888d805ff23315daf7acf20f96722e3778eab51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Tue, 30 Aug 2016 13:29:09 -0300 Subject: [PATCH] Fix several bundler problems I've randomly run into both bundler/bundler#4467 && bundler/bundler#4576, mostly on jruby but also sometimes on MRI. This combination of bundler version and `bundle install` flags seems to workaround both. --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9c672d6..aba4d8b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,10 @@ sudo: false before_install: - - gem install bundler - - gem update bundler + - gem install bundler -v 1.13.0.rc2 + +install: + - bundle install --jobs=3 --retry=3 matrix: include: