From fd6ca22501a9972266964cff3011f9914356ee56 Mon Sep 17 00:00:00 2001 From: Greg DiCristofaro <gregd@basistech.com> Date: Tue, 3 Nov 2020 06:46:46 -0500 Subject: [PATCH] dist instead of build --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index cb989778f..512208f69 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 -- GitLab