diff --git a/.travis.yml b/.travis.yml index 301612b154e..41424b39c80 100644 --- a/.travis.yml +++ b/.travis.yml @@ -74,6 +74,8 @@ after_success: | set -ex if [ -z ${INTEGRATION} ]; then ./.github/deploy.sh + else + echo "Not deploying, because we're in an integration test run" fi # trigger rebuild of the clippy-service, to keep it up to date with clippy itself if [ "$TRAVIS_PULL_REQUEST" == "false" ] &&