From 82d3adfd66fd4c26277f16f60d933d0dbc7b96d0 Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Sat, 29 Apr 2017 10:48:32 -0400 Subject: [PATCH] CI: fix typo --- .travis-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis-build.sh b/.travis-build.sh index 5ee7e1850..6cf57eaf7 100755 --- a/.travis-build.sh +++ b/.travis-build.sh @@ -88,7 +88,7 @@ fi if [ $TRAVIS_SECURE_ENV_VARS = true ] && [ ! -z "$PUBLISH" ] && [ $TRAVIS_PULL_REQUEST = false ]; then if [ "$TRAVIS_BRANCH" = "master" ] && [ "$PUBLISH" != "spacemacs.org" ] || [ "$TRAVIS_BRANCH" = "develop" ] && [ "$PUBLISH" != "develop.spacemacs.org" ]; then - echo "branch is \"${TRAVIS_BRANCH}\" not publishing to \"${PUBLISH}\"" + echo "branch is \"${TRAVIS_BRANCH}\", now publishing to \"${PUBLISH}\"..." exit 0 fi printf '=%.0s' {1..70}