1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-10 21:01:02 +02:00

Add publishing to homebrew repository (#128)

This commit is contained in:
meyermarcel 2019-05-10 15:11:14 +02:00 committed by Zack
parent ae6ce06836
commit f5e1bab6b5
3 changed files with 30 additions and 0 deletions

View file

@ -17,3 +17,10 @@ script:
- env GO111MODULE=on go test -v -cover github.com/schollz/croc/v6/src/utils
- env GO111MODULE=on go test -v -cover github.com/schollz/croc/v6/src/comm
deploy:
- provider: script
skip_cleanup: true
script: curl -sL https://git.io/goreleaser | bash
on:
tags: true
condition: $TRAVIS_OS_NAME = linux