Update .travis.yml

add goreleaser
This commit is contained in:
yoavrotems 2019-12-17 02:48:37 +02:00 committed by GitHub
parent ba2f4a32d3
commit 4e5eb1107b
Failed to generate hash of commit

View file

@ -13,7 +13,16 @@ script:
after_success:
- bash <(curl -s https://codecov.io/bash)
deploy:
- provider: script
skip_cleanup: true
script: curl -sL https://git.io/goreleaser | bash
on:
tags: true
condition: "$TRAVIS_OS_NAME = linux"
env:
matrix:
- GO111MODULE=on