Skip to content

Commit

Permalink
Unset Travis _JAVA_OPTIONS
Browse files Browse the repository at this point in the history
  • Loading branch information
bencaradocdavies committed Sep 12, 2017
1 parent 1fc6212 commit 30f00de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -6,10 +6,10 @@ cache:
language: java
before_install:
- rm ~/.m2/settings.xml
- unset _JAVA_OPTIONS
env:
global:
- MAVEN_OPTS=-Xmx512m
- _JAVA_OPTIONS=
script:
- mvn -f src/pom.xml -B -U -T4 -fae -Prelease clean install && mvn -f src/community/pom.xml -B -U -T4 -fae -DskipTests -Prelease -PcommunityRelease clean install
notifications:
Expand Down

0 comments on commit 30f00de

Please sign in to comment.