Skip to content

Commit

Permalink
Remove golint
Browse files Browse the repository at this point in the history
  • Loading branch information
willfaught committed Apr 6, 2016
1 parent cbd4f47 commit 30f3f61
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ install:
- go get -v github.com/mattn/goveralls
before_script:
- go vet ./...
- golint ./...
script:
- go test -v -covermode count -coverprofile cover.out ./...
- goveralls -coverprofile cover.out -service travis-ci -repotoken $COVERALLS_TOKEN

0 comments on commit 30f3f61

Please sign in to comment.