diff --git a/.travis.yml b/.travis.yml index c2891ed9220d..301612b154e3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -72,7 +72,9 @@ after_success: | #!/bin/bash if [ $(uname) == Linux ]; then set -ex - ./.github/deploy.sh + if [ -z ${INTEGRATION} ]; then + ./.github/deploy.sh + fi # trigger rebuild of the clippy-service, to keep it up to date with clippy itself if [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_REPO_SLUG" == "Manishearth/rust-clippy" ] &&