From b436ab897d092bfa05a8e56c25744fe844660cd8 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Fri, 10 Mar 2017 17:52:42 +0100 Subject: [PATCH] Travis CI: Remove MaxPermSize=512M since we are using only Java8 now, where this option no longer exists. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5b6c55b30..41f447858 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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