diff --git a/.travis.yml b/.travis.yml index 7e4c325..b49afa6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,3 +5,10 @@ go: script: - make check - make test +deploy: +- provider: script + skip_cleanup: true + script: curl -sL https://git.io/goreleaser | bash + on: + tags: true + condition: $TRAVIS_OS_NAME = linux \ No newline at end of file