Skip to content

Commit

Permalink
remove golint since it is wrong for us
Browse files Browse the repository at this point in the history
  • Loading branch information
daaku committed Sep 19, 2015
1 parent 8448bcf commit e4adc67
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -6,7 +6,6 @@ go:
before_install:
- go get -v golang.org/x/tools/cmd/vet
- go get -v golang.org/x/tools/cmd/cover
- go get -v github.com/golang/lint/golint

install:
- go install -race -v std
Expand All @@ -15,6 +14,5 @@ install:

script:
- go vet ./...
- $HOME/gopath/bin/golint .
- go test -cpu=2 -race -v ./...
- go test -cpu=2 -covermode=atomic ./...

0 comments on commit e4adc67

Please sign in to comment.