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