mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 12:02:05 +01:00
Travis CI: Remove MaxPermSize=512M
since we are using only Java8 now, where this option no longer exists.
This commit is contained in:
parent
1cc9cec677
commit
b436ab897d
1 changed files with 0 additions and 1 deletions
|
@ -10,7 +10,6 @@ cache:
|
||||||
- $HOME/.m2
|
- $HOME/.m2
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- export JAVA_OPTS="-XX:MaxPermSize=512M"
|
|
||||||
- export GRADLE_VERSION=2.12
|
- export GRADLE_VERSION=2.12
|
||||||
- wget https://services.gradle.org/distributions/gradle-${GRADLE_VERSION}-all.zip
|
- wget https://services.gradle.org/distributions/gradle-${GRADLE_VERSION}-all.zip
|
||||||
- unzip -q gradle-${GRADLE_VERSION}-all.zip
|
- unzip -q gradle-${GRADLE_VERSION}-all.zip
|
||||||
|
|
Loading…
Reference in a new issue