Skip to content

Commit

Permalink
Attempt to fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
mateoconlechuga committed Aug 10, 2017
1 parent cddedd5 commit 769aa9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -o errexit

# Pull requests and commits to other branches shouldn't try to deploy, just build to verify
if [ "$TRAVIS_PULL_REQUEST" != "false" -o "$TRAVIS_BRANCH" != "$SOURCE_BRANCH" ]; then
if [ "$TRAVIS_PULL_REQUEST" != "false" -o "$TRAVIS_BRANCH" != "master" ]; then
echo -e "Skipping doc deploy; just doing a build.\n"
exit 0
fi
Expand Down

0 comments on commit 769aa9c

Please sign in to comment.