Skip to content

Commit

Permalink
added deploy section to .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarmonaa committed Jul 18, 2017
1 parent c885af7 commit adcaeb4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,12 @@ script:

after_success:
- bash <(curl -s https://codecov.io/bash)

deploy:
provider: releases
api_key: $GITHUB_TOKEN
file_glob: true
file: build/*.tar.gz
skip_cleanup: true
on:
tags: true

0 comments on commit adcaeb4

Please sign in to comment.