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 dbb0ec4 commit 2264ab9Copy full SHA for 2264ab9
.travis.yml
@@ -25,8 +25,8 @@ bundler_args: "--binstubs --path ../bundle --retry=3 --jobs=3"
25
before_install:
26
- script/clone_all_rspec_repos
27
# 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
28
- - if [ "jruby" != "$TRAVIS_RUBY_VERSION" ]; then gem install bundler --version "1.11.2"; fi
29
- - alias bundle="bundle _1.11.2_"
+ - if [ "jruby" != "$TRAVIS_RUBY_VERSION" ]; then gem install bundler --version "1.15.4"; fi
+ - alias bundle="bundle _1.15.4_"
30
31
before_script:
32
# Rails 4.x complains with a bundler rails binstub in PROJECT_ROOT/bin/
0 commit comments