From c5beedf2417e86b3f681516001b4fe2b7da9156d Mon Sep 17 00:00:00 2001 From: brindosch Date: Tue, 30 Aug 2016 23:39:07 +0200 Subject: [PATCH] done --- .travis/travis_build.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis/travis_build.sh b/.travis/travis_build.sh index 119c117a..f3148e6c 100755 --- a/.travis/travis_build.sh +++ b/.travis/travis_build.sh @@ -21,8 +21,6 @@ cd build # Compile hyperion for tags if [[ -n $TRAVIS_TAG ]]; then - echo "This is a tag build " - exit 10 cmake -DPLATFORM=x86 -DCMAKE_BUILD_TYPE=Release .. || exit 2 make -j$(nproc) || exit 3