diff --git a/.travis.yml b/.travis.yml
index cb989778f22f8d0b78ecc05309a7f5074cc89e0e..512208f69476c2e498d9dafa7f19f2ac8ee89159 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -67,8 +67,7 @@ script:
   - pushd bindings/java/ && ant -q dist && popd
   - pushd case-uco/java/ && ant -q && popd
   - make check && if [ -f "tests/test-suite.log" ];then cat tests/test-suite.log; fi ; if [ -f "unit_tests/base/test-suite.log" ];then cat unit_tests/base/test-suite.log; fi
-  - echo "running ant tests"
-  - pushd bindings/java/ && ant clean && ant build && ant test && popd
+  - pushd bindings/java/ && ant clean -q && ant build -q && ant test -q && popd
   - if test ${TRAVIS_OS_NAME} = "linux"; then
         pushd release && ./release-unix.pl ci && popd;
     fi