commit 062820300ad2fccedbcad4694928cd67271e72c6
parent 7e0a9e441e22ad6c6ed86b2274756136ba23f562
Author: Georges Dupéron <georges.duperon@gmail.com>
Date: Mon, 20 Mar 2017 18:59:02 +0100
Fixed issues with deploy script
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/travis-auto-deploy.sh b/travis-auto-deploy.sh
@@ -5,7 +5,7 @@ if test "$(git config remote.origin.url)" != "https://github.com/jsmaniac/scribb
echo "Not on official repo, will not deploy gh-pages."
elif test "$TRAVIS_PULL_REQUEST" != "false"; then
echo "This is a Pull Request, will not deploy gh-pages."
-elif test "$TRAVIS_BRANCH" = "v2.6-racket-mini-source"; then
+elif test "$TRAVIS_BRANCH" != "v2.6-racket-mini-source"; then
echo "Not on v2.6-racket-mini-source branch (TRAVIS_BRANCH = $TRAVIS_BRANCH), will not deploy gh-pages."
elif test -z "${encrypted_1b66487e02e5_key:-}" -o -z "${encrypted_1b66487e02e5_iv:-}"; then
echo "Travis CI secure environment variables are unavailable, will not deploy gh-pages."