Let's display ant errors

This commit is contained in:
Xawotihs
2017-09-05 22:48:06 +02:00
committed by GitHub
parent d5bfb8201b
commit 891859f4ca

View File

@@ -21,7 +21,7 @@ if [ "$TRAVIS_OS_NAME" = "linux" ]; then
# updating versions with the TRAVIS build numbers # updating versions with the TRAVIS build numbers
cd projects/mtg/ cd projects/mtg/
echo before ant echo before ant
ant update > error.txt ant update
echo after ant echo after ant
cd ../.. cd ../..
fi fi