Skip to content

Commit

Permalink
Merge pull request #81 from mcarmonaa/fix/ci-build-binaries
Browse files Browse the repository at this point in the history
added before_deploy section to .travis.yml
  • Loading branch information
abeaumont authored Jul 18, 2017
2 parents 98e1ee8 + d28497d commit dbc4115
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ script:
after_success:
- bash <(curl -s https://codecov.io/bash)

before_deploy:
- make packages

deploy:
provider: releases
api_key: $GITHUB_TOKEN
Expand Down

0 comments on commit dbc4115

Please sign in to comment.