mirror of https://github.com/k3s-io/k3s
travis: add cloudsdk and cover tool
parent
8bd747a904
commit
200fc2dd29
|
@ -5,6 +5,8 @@ go:
|
|||
- tip
|
||||
|
||||
install:
|
||||
- go get code.google.com/p/go.tools/cmd/cover
|
||||
- curl https://sdk.cloud.google.com | CLOUDSDK_CORE_DISABLE_PROMPTS=1 bash
|
||||
- bad=$(gofmt -s -l pkg/ cmd/) bash -x -c '[[ -z "$bad" ]]'
|
||||
- ./hack/build-go.sh
|
||||
|
||||
|
|
Loading…
Reference in New Issue