From 891859f4ca49d59b24e0e0c5fc47e718b19d77d3 Mon Sep 17 00:00:00 2001 From: Xawotihs Date: Tue, 5 Sep 2017 22:48:06 +0200 Subject: [PATCH] Let's display ant errors --- tools/travis-script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/travis-script.sh b/tools/travis-script.sh index 3bbe8dd92..d2bfd9657 100755 --- a/tools/travis-script.sh +++ b/tools/travis-script.sh @@ -21,7 +21,7 @@ if [ "$TRAVIS_OS_NAME" = "linux" ]; then # updating versions with the TRAVIS build numbers cd projects/mtg/ echo before ant - ant update > error.txt + ant update echo after ant cd ../.. fi