Skip to content

Commit

Permalink
Add golint to travis yml config
Browse files Browse the repository at this point in the history
  • Loading branch information
dghubble committed Apr 26, 2015
1 parent 23772de commit acd2098
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 @@ -11,4 +11,5 @@ install:
- go get -v .
script:
- go test -v .
- go vet ./...
- go vet ./...
- golint ./...

0 comments on commit acd2098

Please sign in to comment.