Skip to content

Commit

Permalink
Merge pull request #80 from mcarmonaa/fix/travis-ci
Browse files Browse the repository at this point in the history
added deploy section to .travis.yml
  • Loading branch information
abeaumont authored Jul 18, 2017
2 parents c885af7 + adcaeb4 commit 6a906f2
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 6a906f2

Please sign in to comment.