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 239ac7f commit 7b17591Copy full SHA for 7b17591
travis/.travis.yml
@@ -6,7 +6,8 @@ cache:
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, 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
+ - if [ "jruby" != "$TRAVIS_RUBY_VERSION" ]; then gem install bundler --version "1.11.2"; fi
10
+ - alias bundle="bundle _1.11.2_"
11
bundler_args: "--binstubs --standalone --without documentation --path ../bundle"
12
script: "script/run_build"
13
rvm:
0 commit comments