summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2015-04-06 16:48:46 -0700
committerJustin R. Miller <incanus@codesorcery.net>2015-04-06 16:48:46 -0700
commitebc2278d2f7b7f9e6e4e0faf62faa06976665e68 (patch)
tree163fcea2639f85dc6584dc64c3e4b7f2ceff6b25
parent0d60add8ebc677eafdaf281aeac38c68e1126260 (diff)
downloadqtlocation-mapboxgl-ebc2278d2f7b7f9e6e4e0faf62faa06976665e68.tar.gz
remove settings for nowios-v0.1.1
-rwxr-xr-xscripts/travis_script.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/travis_script.sh b/scripts/travis_script.sh
index 6c2ef672dd..cd038d9652 100755
--- a/scripts/travis_script.sh
+++ b/scripts/travis_script.sh
@@ -1,8 +1,5 @@
#!/usr/bin/env bash
-set -e
-set -o pipefail
-
COMMIT_MESSAGE=$(git show -s --format=%B $1 | tr -d '\n')
PUBLISH_TAG=$(echo "$COMMIT_MESSAGE" | grep -oE '\[publish [a-z0-9\.\-]+\]' | grep -oE '[a-z0-9\.\-]+' | tail -n1)
PUBLISH_PLATFORM=$(echo "$PUBLISH_TAG" | awk -F '-' '{ print $1 }')