Commit a997cae7 authored by Guus der Kinderen's avatar Guus der Kinderen Committed by GitHub

Adding upper limit to Ant memory consumption for Travis

This intends to prevent out-of-memory related Travis failures.
parent 8be423d8
......@@ -3,6 +3,7 @@ language: java
jdk:
- oraclejdk8
env:
- ANT_OPTS='-Xmx1G'
- SCRIPT="ant -Dhalt.on.plugin.error=true -f build/build.xml clean compile"
- SCRIPT="ant -Dhalt.on.plugin.error=true -f build/build.xml clean test"
- SCRIPT="ant -Dhalt.on.plugin.error=true -f build/build.xml clean openfire"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment