[Jython-checkins] jython: Declare explicid dependency on ant in Travis

darjus.loktevic jython-checkins at python.org
Wed Oct 7 06:35:04 CEST 2015


https://hg.python.org/jython/rev/43a166b8cdbf
changeset:   7743:43a166b8cdbf
user:        Darjus Loktevic <darjus at gmail.com>
date:        Wed Oct 07 15:35:00 2015 +1100
summary:
  Declare explicid dependency on ant in Travis

files:
  .travis.yml |  2 ++
  1 files changed, 2 insertions(+), 0 deletions(-)


diff --git a/.travis.yml b/.travis.yml
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,7 @@
 language: java
 
+install: ant
+
 os:
   - linux
   - osx

-- 
Repository URL: https://hg.python.org/jython


More information about the Jython-checkins mailing list