From 5b5c6937d031233e613fb153197df6c3b3aec837 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sun, 11 Nov 2018 14:21:10 -0800 Subject: [PATCH] chore(travis): fix travis deploy script logic fixes a mistake introduced in #631 --- bin/setup-mastodon-in-travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/setup-mastodon-in-travis.sh b/bin/setup-mastodon-in-travis.sh index 4d12d74..991c24a 100755 --- a/bin/setup-mastodon-in-travis.sh +++ b/bin/setup-mastodon-in-travis.sh @@ -2,7 +2,7 @@ set -e -if [[ "$COMMAND" = deploy-dev-travis ]]; then +if [[ "$COMMAND" = deploy-all-travis ]]; then exit 0 # no need to setup mastodon in this case fi