Skip to content

Commit 25e77af

Browse files
authored
deploy when tag is pushed (#186)
1 parent 1b244f7 commit 25e77af

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

+8
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,11 @@ script:
1515

1616
after_success:
1717
- bash <(curl -s https://codecov.io/bash)
18+
19+
deploy:
20+
- provider: script
21+
skip_cleanup: true
22+
script: curl -sL https://git.io/goreleaser | bash
23+
on:
24+
tags: true
25+
condition: $TRAVIS_OS_NAME = linux

0 commit comments

Comments
 (0)