Skip to content

Commit

Permalink
add golint to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyLoy committed Apr 7, 2019
1 parent e63bf3f commit 9f675b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ go:
before_install:
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/goimports
- go get -u golang.org/x/lint/golint
script:
- go vet
- golint -set_exit_status
- test -z "$(goimports -l .)"
- $HOME/gopath/bin/goveralls -service=travis-ci

0 comments on commit 9f675b4

Please sign in to comment.