travis: stop install tools cover and vet

There is no need to install them separately because they have been
downloaded in the default go root directory.
This commit is contained in:
Yicheng Qin 2015-05-26 11:03:53 -07:00
parent 58eefda72d
commit 90ad78aa46

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: