Commit e1e50f4a authored by Taylor Gerring's avatar Taylor Gerring

add go cover to install list

parent 3a656c07
...@@ -7,6 +7,7 @@ install: ...@@ -7,6 +7,7 @@ install:
- go get code.google.com/p/go.tools/cmd/goimports - go get code.google.com/p/go.tools/cmd/goimports
- go get github.com/golang/lint/golint - 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/vet
- go get code.google.com/p/go.tools/cmd/cover
language: go language: go
go: go:
- 1.3 - 1.3
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment