travis: add cloudsdk and cover tool
This commit is contained in:
@@ -5,6 +5,8 @@ go:
|
|||||||
- tip
|
- tip
|
||||||
|
|
||||||
install:
|
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" ]]'
|
- bad=$(gofmt -s -l pkg/ cmd/) bash -x -c '[[ -z "$bad" ]]'
|
||||||
- ./hack/build-go.sh
|
- ./hack/build-go.sh
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user