diff --git a/.travis.yml b/.travis.yml index 80a8b6cc8d64..7d8b89102247 100644 --- a/.travis.yml +++ b/.travis.yml @@ -82,13 +82,13 @@ deploy: on: condition: "$TRAVIS_PULL_REQUEST=false" all_branches: true - - provider: releases - api-key: "$GITHUB_TOKEN" - file_glob: true - file: build/* - skip_cleanup: true - on: - tags: true + # - provider: releases + # api-key: "$GITHUB_TOKEN" + # file_glob: true + # file: build/* + # skip_cleanup: true + # on: + # tags: true after_deploy: - ".travis/docker.sh"