diff --git a/travis_build.sh b/travis_build.sh index 35b1cd542e..ba708e420b 100755 --- a/travis_build.sh +++ b/travis_build.sh @@ -8,7 +8,7 @@ pushd bindings/java && ant -q dist && popd echo "Building Autopsy..." && echo -en 'travis_fold:start:script.build\\r' cd $TRAVIS_BUILD_DIR/ -ant build +ant -q build echo -en 'travis_fold:end:script.build\\r' echo "Testing Autopsy..." && echo -en 'travis_fold:start:script.tests\\r'