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