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.
2 parents fd443d7 + 4ad73ef commit 38721b7Copy full SHA for 38721b7
.travis.yml
@@ -24,7 +24,9 @@ bundler_args: "--binstubs --path ../bundle --retry=3 --jobs=3"
24
25
before_install:
26
- script/clone_all_rspec_repos
27
- - gem update bundler
+ # 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.15.4"; fi
29
+ - 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