Hold off on go vet for now.

This commit is contained in:
John C. Vernaleo 2014-09-08 09:16:09 -04:00
parent ecacc006cd
commit 0631a00d91

View file

@ -5,12 +5,10 @@ go:
install:
- go get -d -t -v ./...
- go get -v code.google.com/p/go.tools/cmd/cover
- go get code.google.com/p/go.tools/cmd/vet
- go get github.com/GeertJohan/fgt
- go get github.com/golang/lint/golint
script:
- export PATH=$PATH:$HOME/gopath/bin
- go vet *.go
- fgt golint *.go
- go test -v -covermode=count -coverprofile=profile.cov
after_success: