From d4f6bbe74a2af991ac7acf7a974c6b4665f2dbd0 Mon Sep 17 00:00:00 2001 From: Avelino Date: Sat, 15 Aug 2020 18:22:17 -0300 Subject: [PATCH] travis test goreleaser on script Signed-off-by: Avelino --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 029d8320c..179272ec6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,13 +31,14 @@ script: - env go test -race -covermode=atomic -coverprofile=coverage.out ./... - $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN - curl -sfL https://git.io/goreleaser | sh -s -- check + - curl -sL https://git.io/goreleaser | bash deploy: - provider: script skip_cleanup: true script: curl -sL https://git.io/goreleaser | bash on: - # tags: true + tags: true condition: $TRAVIS_OS_NAME = linux go: "1.15.x"