From 342c2fdd5916b78ee2382e644ea7474a5ef511ff Mon Sep 17 00:00:00 2001
From: Greg DiCristofaro <gregd@basistech.com>
Date: Mon, 2 Nov 2020 21:35:11 -0500
Subject: [PATCH] prebuilding before test

---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index bdc014464..cb989778f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -68,7 +68,7 @@ script:
   - 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 && ant build && ant test && popd
   - if test ${TRAVIS_OS_NAME} = "linux"; then
         pushd release && ./release-unix.pl ci && popd;
     fi
-- 
GitLab