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 c7edde4 commit 9ba1f0eCopy full SHA for 9ba1f0e
travis/.travis.yml
@@ -6,11 +6,9 @@ cache:
6
- ../bundle
7
before_install:
8
- gem update --system # https://github.com/travis-ci/travis-ci/issues/8978#issuecomment-354036443
9
+ - gem install bundler
10
- unset _JAVA_OPTIONS
11
- "script/clone_all_rspec_repos"
- # 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
12
- - if [ "jruby" != "$TRAVIS_RUBY_VERSION" ]; then gem install bundler --version "1.11.2"; fi
13
- - alias bundle="bundle _1.11.2_"
14
bundler_args: "--binstubs --standalone --without documentation --path ../bundle"
15
script: "script/run_build"
16
rvm:
0 commit comments