Commit 287b5296 authored by Guus der Kinderen's avatar Guus der Kinderen Committed by daryl herzmann

Make Travis build using both Ant and Maven. (#763)

parent 0709c399
...@@ -3,10 +3,10 @@ language: java ...@@ -3,10 +3,10 @@ language: java
jdk: jdk:
- oraclejdk8 - oraclejdk8
env: env:
- ENVTARGET=compile - SCRIPT="ant -Dhalt.on.plugin.error=true -f build/build.xml clean compile"
- ENVTARGET=test - SCRIPT="ant -Dhalt.on.plugin.error=true -f build/build.xml clean test"
- ENVTARGET=openfire - SCRIPT="ant -Dhalt.on.plugin.error=true -f build/build.xml clean openfire"
- ENVTARGET=plugins - SCRIPT="ant -Dhalt.on.plugin.error=true -f build/build.xml clean plugins"
- SCRIPT="mvn clean verify"
script: ant -Dhalt.on.plugin.error=true -f build/build.xml clean $ENVTARGET 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