add go cover to install list

This commit is contained in:
Taylor Gerring 2014-11-15 18:54:26 -06:00
parent 3a656c07f1
commit e1e50f4afd
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ install:
- go get code.google.com/p/go.tools/cmd/goimports
- go get github.com/golang/lint/golint
- go get code.google.com/p/go.tools/cmd/vet
- go get code.google.com/p/go.tools/cmd/cover
language: go
go:
- 1.3