Skip to content

Commit

Permalink
added before_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 98e1ee8 commit d28497d
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 d28497d

Please sign in to comment.