Skip to content

Commit 6451133

Browse files
authored
Merge pull request #185 from rspec/suppress-jvm-warning
Unset _JAVA_OPTIONS env variable on Travis to suppress warning from JVM
2 parents 6a5897c + f4cca92 commit 6451133

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

travis/.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ cache:
55
directories:
66
- ../bundle
77
before_install:
8+
- unset _JAVA_OPTIONS
89
- "script/clone_all_rspec_repos"
910
# 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
1011
- if [ "jruby" != "$TRAVIS_RUBY_VERSION" ]; then gem install bundler --version "1.11.2"; fi

0 commit comments

Comments
 (0)