Skip to content

Commit

Permalink
Add deploy config to .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jckuester committed Jun 9, 2020
1 parent e4cf0da commit e9d7378
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,13 @@ script:
- make ci

after_success:
- bash <(curl -s https://codecov.io/bash)
- bash <(curl -s https://codecov.io/bash)

deploy:
- provider: script
skip_cleanup: true
script: curl -sL https://git.io/goreleaser | bash
on:
tags: true
notifications:
email: false

0 comments on commit e9d7378

Please sign in to comment.