We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85ce5f7 commit 6a1e7a6Copy full SHA for 6a1e7a6
travis/.travis.yml
@@ -5,8 +5,8 @@ cache:
5
- ../bundle
6
before_install:
7
- "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
+ # 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
+ - if [ "jruby" != "$TRAVIS_RUBY_VERSION" ]; then gem install bundler --version "!= 1.12.0, != 1.12.1"; fi
10
bundler_args: "--binstubs --standalone --without documentation --path ../bundle"
11
script: "script/run_build"
12
rvm:
0 commit comments