less build

This commit is contained in:
davidnewhall2 2020-06-14 01:53:31 -07:00
parent 87aaa83e49
commit 7f8f523d12
1 changed files with 1 additions and 3 deletions

View File

@ -4,8 +4,6 @@ go:
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
install:
- go mod download
script:
- golangci-lint run --enable-all -D gochecknoinits
- golangci-lint run --enable-all
- go test ./...