Merge pull request #2870 from yichengq/enable-travis-govet

travis: stop install tools cover and vet
This commit is contained in:
Yicheng Qin 2015-05-26 11:59:42 -07:00
commit 4d8be39fd1

View File

@ -4,8 +4,6 @@ go:
- 1.4
install:
- go get golang.org/x/tools/cmd/cover
- go get golang.org/x/tools/cmd/vet
- go get github.com/barakmich/go-nyet
script: