summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDane Springmeyer <dane@mapbox.com>2014-11-04 21:42:39 -0500
committerDane Springmeyer <dane@mapbox.com>2014-11-04 21:42:39 -0500
commit278a1407a87cf130c39fb491dcf7bb0722c56080 (patch)
tree4a55b7ebba22148b72bce70072614cb9159fcbd5
parenta9ca7fdf11c60db454039290b4b9f50fc3039a56 (diff)
downloadqtlocation-mapboxgl-278a1407a87cf130c39fb491dcf7bb0722c56080.tar.gz
try without set -e and hope I'm lucky - refs #535
-rwxr-xr-xscripts/travis_before_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/travis_before_install.sh b/scripts/travis_before_install.sh
index 2e0e77b84c..260ae1d27e 100755
--- a/scripts/travis_before_install.sh
+++ b/scripts/travis_before_install.sh
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
-set -e
+#set -e
set -o pipefail
if [[ "${MASON_PLATFORM}" == "android" ]]; then