Skip to content

Commit 6a1e7a6

Browse files
committed
Exclude bundler versions known to break build on 2.3
1 parent 85ce5f7 commit 6a1e7a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

travis/.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ cache:
55
- ../bundle
66
before_install:
77
- "script/clone_all_rspec_repos"
8-
# Note this doesn't work on JRUBY 2.0.0 mode so we don't do it
9-
- if [ "jruby" != "$TRAVIS_RUBY_VERSION" ]; then gem install bundler; fi
8+
# 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
1010
bundler_args: "--binstubs --standalone --without documentation --path ../bundle"
1111
script: "script/run_build"
1212
rvm:

0 commit comments

Comments
 (0)