From 019f030c61478539f08d13576cce14a66d902f57 Mon Sep 17 00:00:00 2001 From: Rodrigo Nascimento Date: Mon, 15 May 2017 14:49:28 -0300 Subject: [PATCH] Travis: Comment deploy to GitHub --- .travis.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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"