add go cover to install list

poc8
Taylor Gerring 10 years ago
parent 3a656c07f1
commit e1e50f4afd
  1. 1
      .travis.yml

@ -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

Loading…
Cancel
Save