Commit 0a6537b1 authored by akrherz's avatar akrherz

Add -Dhalt.on.plugin.error=true to ant script

So that travis-CI will error out when a plugin fails to build.  The default
action is to silently ignore and continue building.
parent 9e3cc14f
language: java
script: ant -f build/build.xml openfire test plugins
script: ant -Dhalt.on.plugin.error=true -f build/build.xml openfire test plugins
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