From 9b44c2ffc4a6729f61a27fe25aff5d3ac430267d Mon Sep 17 00:00:00 2001 From: Rick Bradley Date: Wed, 14 Sep 2016 15:45:36 -0700 Subject: [PATCH] (maint) Add a temporary shim to fix jruby travis build This is necessary until the bundler + Jruby issues are resolved: - https://github.com/bundler/bundler/issues/4975 - https://github.com/bundler/bundler/issues/4984 --- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.travis.yml b/.travis.yml index 129267b..810b764 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,3 +9,12 @@ rvm: - 2.2.1 - 2.2.2 - jruby-1.7.8 +# This below is a temporary shim to bypass these bundler+jruby bugs: +# +# https://github.com/bundler/bundler/issues/4975 +# https://github.com/bundler/bundler/issues/4984 +install: + - gem install bundler --version 1.12.5 + - bundle _1.12.5_ install --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle} +script: + - bundle _1.12.5_ exec rake