mirror of https://github.com/k3s-io/k3s
travis: add etcd and gcloud path
parent
200fc2dd29
commit
ac14b2b9dd
|
@ -6,11 +6,13 @@ go:
|
|||
|
||||
install:
|
||||
- go get code.google.com/p/go.tools/cmd/cover
|
||||
- go get github.com/coreos/etcd
|
||||
- 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
|
||||
|
||||
script:
|
||||
- . /home/travis/google-cloud-sdk/path.bash.inc
|
||||
- ./hack/test-go.sh
|
||||
- ./hack/integration-test.sh
|
||||
- ./hack/e2e-test.sh
|
||||
|
|
Loading…
Reference in New Issue