Explorar o código

Adds ant install

David Benson %!s(int64=6) %!d(string=hai) anos
pai
achega
07c2773823
Modificáronse 1 ficheiros con 2 adicións e 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: