Skip to content

Commit

Permalink
[travis] update deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyiwu committed Jan 12, 2020
1 parent 275af35 commit ebb8a35
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,13 @@ notifications:
email:
on_success: change
on_failure: always
deploy:
provider: releases
api_key: ${GH_TOKEN}
file_glob: true
file:
- releases/*
skip_cleanup: true
on:
branch: master
tags: true

0 comments on commit ebb8a35

Please sign in to comment.