travis test
diff --git a/.travis.yml b/.travis.yml
index a74e272..edb77a8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,3 +1,3 @@
 language: java
-before_install: ant _autoget-deps
+before_install: ant download-ivy
 install: ant init
diff --git a/build.xml b/build.xml
index 886b616..3adb77c 100644
--- a/build.xml
+++ b/build.xml
@@ -263,8 +263,8 @@
   <target name="download-ivy" unless="offline">
 
     <mkdir dir="${ivy.jar.dir}"/>
-    <!-- download Ivy from web site so that it can be used even without --
-      -- any special installation -->
+    <!-- download Ivy from web site so that it can be used even without
+         any special installation -->
     <get src="http://repo2.maven.org/maven2/org/apache/ivy/ivy/${ivy.install.version}/ivy-${ivy.install.version}.jar"
          dest="${ivy.jar.file}"
          usetimestamp="true"/>