Explorar el Código

Adds ant install

David Benson hace 6 años
padre
commit
07c2773823
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      .travis.yml

+ 2 - 1
.travis.yml

@@ -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: