Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
satterly committed Sep 19, 2019
1 parent 13c71b8 commit 99f3718
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@ go:
install:
- go get github.com/sensu/sensu-go/api/core/v2
- go get github.com/sensu/sensu-plugins-go-library/sensu
- go get github.com/stretchr/testify/assert
- go get github.com/golangci/golangci-lint/cmd/golangci-lint

env:
- GO111MODULE=on

script:
- go mod download && golangci-lint run --disable-all --enable=vet --enable=ineffassign --enable=goconst --tests ./...
- golangci-lint run --disable-all --enable=vet --enable=ineffassign --enable=goconst --tests ./...
- go test -v -race ./...

before_script:
Expand Down

0 comments on commit 99f3718

Please sign in to comment.