From 73258809d1ac646dcfb5a6b07189045b82c27226 Mon Sep 17 00:00:00 2001 From: brindosch Date: Tue, 30 Aug 2016 23:15:59 +0200 Subject: [PATCH] le --- .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 f4a3f055..2c1f955f 100755 --- a/.travis/travis_build.sh +++ b/.travis/travis_build.sh @@ -21,7 +21,7 @@ cd build # Compile hyperion for tags if [[ -n $TRAVIS_TAG ]] - echo "This is a tag build" + echo "This is a tag build " exit 10 cmake -DPLATFORM=x86 -DCMAKE_BUILD_TYPE=Release .. || exit 2 make -j$(nproc) || exit 3