mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-13 13:48:40 +02:00
avoid go run multiple times in the same build
This commit is contained in:
parent
a5f184d6d5
commit
90e2209a65
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user