From 193556525dd963bfc3b94081d3c7747f33626ace Mon Sep 17 00:00:00 2001 From: Matthew Rudy Jacobs Date: Fri, 21 Oct 2016 12:59:31 +0800 Subject: [PATCH] Fix travis with jruby-head Add the before_install and before_script helpers from rake Should fix it --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 58816c5..814c109 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,3 +14,8 @@ rvm: - jruby-19mode - jruby-9.1.5.0 - jruby-head + +before_install: + - gem install bundler --no-document -v '~> 1.13' +before_script: + - unset JRUBY_OPTS