summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 }')