From d7d1dccd589bf900a9f1688e14e0c41babb79c35 Mon Sep 17 00:00:00 2001 From: Chris Talkington Date: Tue, 22 Dec 2015 20:23:43 -0600 Subject: [PATCH] exit deploy-docs on first error. --- deploy-docs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy-docs.sh b/deploy-docs.sh index a18c2af0..1d791222 100644 --- a/deploy-docs.sh +++ b/deploy-docs.sh @@ -1,4 +1,5 @@ #!/bin/bash +set -e if [ "$TRAVIS_REPO_SLUG" != "archiverjs/node-archiver" ] || [ "$TRAVIS_PULL_REQUEST" == "true" ]; then exit 0