1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

fixed travis

This commit is contained in:
Carlos Alexandro Becker 2017-04-21 16:33:55 -03:00
parent 6a45097e2d
commit 26d71b3a1d
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -5,7 +5,7 @@ install:
- gem install fpm
script:
- make test
- test -z "$TRAVIS_TAG" && go run ./cmd/goreleaser/main.go --skip-validate --skip-publish
- test -n "$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"