scripts/fetch-develop.deps.sh: set -e (#4120)

... so that when the git clone fails, it doesn't plough on regardless.
pull/4103/merge
Richard van der Hoff 2017-05-31 15:37:30 +01:00 committed by GitHub
parent 020d496cb1
commit 0e742cec27
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@
# the branch the current checkout is on, use that branch. Otherwise,
# use develop.
set -e
# Look in the many different CI env vars for which branch we're
# building
if [[ "$TRAVIS" == true ]]; then