You've already forked go-semantic-release
build(travis): update golangci-lint run call
This commit is contained in:
@@ -20,7 +20,7 @@ before_script:
|
|||||||
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.16.0
|
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.16.0
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- golangci-lint run --golint.min-confidence 0 --exclude-use-default=no
|
- golangci-lint run ./...
|
||||||
- go test -v ./...
|
- go test -v ./...
|
||||||
- go build -o build/go-semantic-release ./cmd/go-semantic-release/
|
- go build -o build/go-semantic-release ./cmd/go-semantic-release/
|
||||||
- GOOS=windows GOARCH=386 go build -o build/go-semantic-release.exe ./cmd/go-semantic-release/
|
- GOOS=windows GOARCH=386 go build -o build/go-semantic-release.exe ./cmd/go-semantic-release/
|
||||||
|
|||||||
Reference in New Issue
Block a user