quiet build output

This commit is contained in:
Greg DiCristofaro 2020-11-03 06:52:35 -05:00
parent 7f54d0d1a5
commit 65a1062ce2

View File

@ -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'