Skip to content

Commit

Permalink
Travis: Comment deploy to GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigok committed May 15, 2017
1 parent b9acc65 commit 019f030
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 019f030

Please sign in to comment.