golanglint-ci is gone from travis
This commit is contained in:
parent
1dcea47a76
commit
8b3a8b37ff
|
|
@ -1,10 +1,9 @@
|
|||
language: go
|
||||
go:
|
||||
- 1.14.x
|
||||
- 1.15.x
|
||||
- 1.18.x
|
||||
before_install:
|
||||
# download super-linter: golangci-lint
|
||||
- curl -sL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin latest
|
||||
script:
|
||||
- go test ./...
|
||||
- golangci-lint run --disable errcheck
|
||||
|
|
|
|||
Loading…
Reference in New Issue