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 6a5897c commit f4cca92Copy full SHA for f4cca92
travis/.travis.yml
@@ -5,6 +5,7 @@ cache:
5
directories:
6
- ../bundle
7
before_install:
8
+ - unset _JAVA_OPTIONS
9
- "script/clone_all_rspec_repos"
10
# 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
11
- if [ "jruby" != "$TRAVIS_RUBY_VERSION" ]; then gem install bundler --version "1.11.2"; fi
0 commit comments