Travis CI: Remove MaxPermSize=512M

since we are using only Java8 now, where this option no longer exists.
This commit is contained in:
Florian Schmaus 2017-03-10 17:52:42 +01:00
parent 1cc9cec677
commit b436ab897d
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ cache:
- $HOME/.m2
before_install:
- export JAVA_OPTS="-XX:MaxPermSize=512M"
- export GRADLE_VERSION=2.12
- wget https://services.gradle.org/distributions/gradle-${GRADLE_VERSION}-all.zip
- unzip -q gradle-${GRADLE_VERSION}-all.zip