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

Travis: global environment variables vs matrix.

parent a997cae7
...@@ -3,7 +3,9 @@ language: java ...@@ -3,7 +3,9 @@ language: java
jdk: jdk:
- oraclejdk8 - oraclejdk8
env: env:
global:
- ANT_OPTS='-Xmx1G' - 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 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 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 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