Hold off on go vet for now.
This commit is contained in:
parent
ecacc006cd
commit
0631a00d91
1 changed files with 0 additions and 2 deletions
|
@ -5,12 +5,10 @@ go:
|
||||||
install:
|
install:
|
||||||
- go get -d -t -v ./...
|
- go get -d -t -v ./...
|
||||||
- go get -v code.google.com/p/go.tools/cmd/cover
|
- 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/GeertJohan/fgt
|
||||||
- go get github.com/golang/lint/golint
|
- go get github.com/golang/lint/golint
|
||||||
script:
|
script:
|
||||||
- export PATH=$PATH:$HOME/gopath/bin
|
- export PATH=$PATH:$HOME/gopath/bin
|
||||||
- go vet *.go
|
|
||||||
- fgt golint *.go
|
- fgt golint *.go
|
||||||
- go test -v -covermode=count -coverprofile=profile.cov
|
- go test -v -covermode=count -coverprofile=profile.cov
|
||||||
after_success:
|
after_success:
|
||||||
|
|
Loading…
Reference in a new issue