Skip to content

Commit

Permalink
Add golint to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
belak committed Oct 30, 2019
1 parent 13800b3 commit 75772c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -7,6 +7,7 @@ env:

before_install:
- GO111MODULE=off go get -u github.com/Quasilyte/go-consistent
- GO111MODULE=off go get -u golang.org/x/lint/golint
- curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $(go env GOPATH)/bin v1.21.0

script:
Expand Down

0 comments on commit 75772c4

Please sign in to comment.