diff --git a/.travis.yml b/.travis.yml index 26da8abbe..1bb051632 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ install: - gem install fpm script: - make test - - go run ./cmd/goreleaser/main.go --skip-validate --skip-publish + - test -z "$TRAVIS_TAG" && go run ./cmd/goreleaser/main.go --skip-validate --skip-publish after_success: - go get github.com/mattn/goveralls - goveralls -coverprofile=coverage.out -service=travis-ci -repotoken="$COVERALLS_TOKEN"