diff --git a/.travis.yml b/.travis.yml index bd3003d45977..653966784ffe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -152,15 +152,3 @@ script: else ./ci/base-tests.sh && sleep 5 fi - -after_success: - - | - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then - set -e - if [[ -z ${INTEGRATION} ]]; then - ./.github/deploy.sh - else - echo "Not deploying, because we're in an integration test run" - fi - set +e - fi