mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-05-11 18:29:57 +00:00
Hold off on go vet for now.
This commit is contained in:
parent
ecacc006cd
commit
0631a00d91
@ -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…
x
Reference in New Issue
Block a user