From 146d7b67f7f750d75082e1f832c77ed754425f76 Mon Sep 17 00:00:00 2001 From: brindosch Date: Tue, 30 Aug 2016 23:19:04 +0200 Subject: [PATCH] stu --- .travis/travis_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/travis_build.sh b/.travis/travis_build.sh index 2c1f955f..119c117a 100755 --- a/.travis/travis_build.sh +++ b/.travis/travis_build.sh @@ -20,7 +20,7 @@ mkdir build || exit 1 cd build # Compile hyperion for tags -if [[ -n $TRAVIS_TAG ]] +if [[ -n $TRAVIS_TAG ]]; then echo "This is a tag build " exit 10 cmake -DPLATFORM=x86 -DCMAKE_BUILD_TYPE=Release .. || exit 2