Skip to content

Commit e9d7378

Browse files
committed
Add deploy config to .travis.yml
1 parent e4cf0da commit e9d7378

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

.travis.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,13 @@ script:
2121
- make ci
2222

2323
after_success:
24-
- bash <(curl -s https://codecov.io/bash)
24+
- bash <(curl -s https://codecov.io/bash)
25+
26+
deploy:
27+
- provider: script
28+
skip_cleanup: true
29+
script: curl -sL https://git.io/goreleaser | bash
30+
on:
31+
tags: true
32+
notifications:
33+
email: false

0 commit comments

Comments
 (0)