Skip to content

Commit

Permalink
exit deploy-docs on first error.
Browse files Browse the repository at this point in the history
  • Loading branch information
ctalkington committed Dec 23, 2015
1 parent b151246 commit d7d1dcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy-docs.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
set -e

if [ "$TRAVIS_REPO_SLUG" != "archiverjs/node-archiver" ] || [ "$TRAVIS_PULL_REQUEST" == "true" ]; then
exit 0
Expand Down

0 comments on commit d7d1dcc

Please sign in to comment.