Adds ant install

This commit is contained in:
David Benson 2019-05-15 09:29:38 +01:00
parent 235f26b0fc
commit 07c2773823

View file

@ -1,7 +1,8 @@
language: java
install: ant deps
sudo: false
before_install:
- sudo apt-get update
- sudo apt-get install ant
- cd etc/build
script: ant war
before_deploy: