Skip to content

Commit

Permalink
Merge pull request #97 from abeaumont/fix/travis-api-key
Browse files Browse the repository at this point in the history
travis: Fix binary deployment
  • Loading branch information
abeaumont authored Aug 23, 2017
2 parents 554c925 + fd6a2f2 commit 0fe0a97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ before_deploy:

deploy:
provider: releases
api_key: $GITHUB_TOKEN
api_key:
secure: $GITHUB_TOKEN
file_glob: true
file: build/*.tar.gz
skip_cleanup: true
Expand Down

0 comments on commit 0fe0a97

Please sign in to comment.