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.
:ruby_22
1 parent bbd9fa5 commit 576071cCopy full SHA for 576071c
travis/.travis.yml
@@ -5,9 +5,8 @@ cache:
5
- ../bundle
6
before_install:
7
- "script/clone_all_rspec_repos"
8
- # Downgrade bundler to work around https://github.com/bundler/bundler/issues/3004
9
# Note this doesn't work on JRUBY 2.0.0 mode so we don't do it
10
- - if [ -z "$JRUBY_OPTS" ]; then gem install bundler -v=1.5.3 && alias bundle="bundle _1.5.3_"; fi
+ - if [ "jruby" != "$TRAVIS_RUBY_VERSION" ]; then gem install bundler; fi
11
bundler_args: "--binstubs --standalone --without documentation --path ../bundle"
12
script: "script/run_build"
13
rvm:
0 commit comments