Skip to content

Commit 7b17591

Browse files
committed
pin bundler version for travis
1 parent 239ac7f commit 7b17591

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

travis/.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ cache:
66
before_install:
77
- "script/clone_all_rspec_repos"
88
# Note this doesn't work on JRUBY 2.0.0 mode so we don't do it, the excluded versions are broken on Ruby 2.3
9-
- if [ "jruby" != "$TRAVIS_RUBY_VERSION" ]; then gem install bundler --version "!= 1.12.0, != 1.12.1"; fi
9+
- if [ "jruby" != "$TRAVIS_RUBY_VERSION" ]; then gem install bundler --version "1.11.2"; fi
10+
- alias bundle="bundle _1.11.2_"
1011
bundler_args: "--binstubs --standalone --without documentation --path ../bundle"
1112
script: "script/run_build"
1213
rvm:

0 commit comments

Comments
 (0)