mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-12 22:42:23 +00:00
added before_deploy section to .travis.yml
This commit is contained in:
parent
98e1ee847e
commit
d28497d3d1
@ -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