From 58af6f73d98e0fc04c4b787d4a5c773e4d45bff6 Mon Sep 17 00:00:00 2001 From: Rolzad73 Date: Wed, 27 Mar 2019 21:12:46 -0400 Subject: [PATCH] - try to fix travis build travis script debug pt 2 --- tools/travis-script.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/travis-script.sh b/tools/travis-script.sh index 23bb9fbd6..e68c3db85 100755 --- a/tools/travis-script.sh +++ b/tools/travis-script.sh @@ -23,7 +23,8 @@ echo RELEASE_NAME = $RELEASE_NAME echo changing dir 1 cd projects/mtg/ echo ant updating -ant update > error.txt +#ant update > error.txt +ant -v update echo changing dir 2 cd ../..