Skip to content

Commit

Permalink
Unset JAVA_OPTIONS in travis build (#1048)
Browse files Browse the repository at this point in the history
  • Loading branch information
muuki88 authored Oct 21, 2017
1 parent 7dacdea commit ff7cd0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ scala: 2.12.3
os: linux

before_install:
# travis sets the java options which breaks tests that check the applied memory settings
- unset _JAVA_OPTIONS
- if [[ "$TRAVIS_OS_NAME" = "osx" ]]; then
brew update;
brew install xz;
Expand Down

0 comments on commit ff7cd0a

Please sign in to comment.