Commit 43f4ccd5 authored by Guus der Kinderen's avatar Guus der Kinderen Committed by GitHub

Travis: global environment variables vs matrix.

parent a997cae7
......@@ -3,11 +3,13 @@ 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"
- SCRIPT="ant -Dhalt.on.plugin.error=true -f build/build.xml clean plugins"
- SCRIPT="mvn clean verify"
global:
- ANT_OPTS='-Xmx1G'
matrix:
- 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"
- SCRIPT="ant -Dhalt.on.plugin.error=true -f build/build.xml clean plugins"
- SCRIPT="mvn clean verify"
script: $SCRIPT
install: true
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