mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
Merge pull request #81 from mcarmonaa/fix/ci-build-binaries
added before_deploy section to .travis.yml
This commit is contained in:
commit
dbc4115830
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user