travis: add cloudsdk and cover tool

pull/6/head
Johan Euphrosine 2014-06-12 14:35:11 -07:00
parent 8bd747a904
commit 200fc2dd29
1 changed files with 2 additions and 0 deletions

View File

@ -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