diff --git a/.travis.yml b/.travis.yml index b778959..30e770a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,8 +10,13 @@ install: script: - goveralls -service=travis-ci -after_success: - - test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash +deploy: +- provider: script + skip_cleanup: true + script: curl -sL https://git.io/goreleaser | bash + on: + tags: true + condition: $TRAVIS_OS_NAME = linux && $TRAVIS_GO_VERSION = 1.9 notifications: email: