Skip to content

Commit

Permalink
Unset Travis _JAVA_OPTIONS (yes, really this time)
Browse files Browse the repository at this point in the history
  • Loading branch information
bencaradocdavies committed Sep 12, 2017
1 parent 5b1e999 commit b1e626d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -6,8 +6,8 @@ cache:
language: java
before_install:
- sed -i.bak -e 's|https://nexus.codehaus.org/snapshots/|https://oss.sonatype.org/content/repositories/codehaus-snapshots/|g' ~/.m2/settings.xml
install: true
- unset _JAVA_OPTIONS
install: true
env:
global:
- MAVEN_OPTS=-Xmx512m
Expand Down

0 comments on commit b1e626d

Please sign in to comment.