Skip to content

Commit

Permalink
Fix several bundler problems
Browse files Browse the repository at this point in the history
I've randomly run into both rubygems/bundler#4467 &&
rubygems/bundler#4576, mostly on jruby but also sometimes on MRI.

This combination of bundler version and `bundle install` flags seems to
workaround both.
  • Loading branch information
David Rodríguez committed Sep 2, 2016
1 parent afb75aa commit 47e3fac
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 47e3fac

Please sign in to comment.