From 81eaf7e92381e1d75455fb057fae31d72a13592c Mon Sep 17 00:00:00 2001 From: Greg DiCristofaro <gregd@basistech.com> Date: Tue, 3 Nov 2020 07:30:19 -0500 Subject: [PATCH] flag in wrong place --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fd42eaf4e..fc8940a90 100644 --- a/.travis.yml +++ b/.travis.yml @@ -67,7 +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 - - pushd bindings/java/ && ant clean -q && ant dist -q && ant test -q && popd + - pushd bindings/java/ && ant -q clean && ant -q dist && ant -q test && popd - if test ${TRAVIS_OS_NAME} = "linux"; then pushd release && ./release-unix.pl ci && popd; fi -- GitLab