diff --git a/priv/test-for-gh-pr.sh b/priv/test-for-gh-pr.sh index 868cf04..fd9c4f2 100755 --- a/priv/test-for-gh-pr.sh +++ b/priv/test-for-gh-pr.sh @@ -2,7 +2,7 @@ set -x -if [ "${TRAVIS_PULL_REQUEST}" = "false" ] then +if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then echo '$TRAVIS_PULL_REQUEST is false, skipping tests' exit 0 else