diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 17a91b87..d2c3bdb5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,6 +24,8 @@ matrix: before_install: true install: go get -t ./... script: go test ./... + after_success: + - test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash - go: tip before_install: true install: go get -t ./... |