Update klog (#4426)
This commit is contained in:
parent
1926340a7b
commit
c5334b2b3e
50 changed files with 389 additions and 11872 deletions
3
vendor/k8s.io/klog/.travis.yml
generated
vendored
3
vendor/k8s.io/klog/.travis.yml
generated
vendored
|
|
@ -5,11 +5,12 @@ go:
|
|||
- 1.9.x
|
||||
- 1.10.x
|
||||
- 1.11.x
|
||||
- 1.12.x
|
||||
script:
|
||||
- go get -t -v ./...
|
||||
- diff -u <(echo -n) <(gofmt -d .)
|
||||
- diff -u <(echo -n) <(golint $(go list -e ./...))
|
||||
- go tool vet .
|
||||
- go tool vet . || go vet .
|
||||
- go test -v -race ./...
|
||||
install:
|
||||
- go get golang.org/x/lint/golint
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue