Skip to content

Commit

Permalink
Disable golint until golang/go#25048 is resolved.
Browse files Browse the repository at this point in the history
  • Loading branch information
joohoi committed Apr 24, 2018
1 parent 3343d94 commit 1c918fc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ go:
env:
- "PATH=/home/travis/gopath/bin:$PATH"
before_install:
- go get github.com/golang/lint/golint
- go get github.com/mattn/goveralls
script:
- go vet
- golint -set_exit_status
- go test -race -v
- $HOME/gopath/bin/goveralls -ignore main.go -v -service=travis-ci

0 comments on commit 1c918fc

Please sign in to comment.