From ac14b2b9dd8fbc630b44bca0ab47f4d04e841d37 Mon Sep 17 00:00:00 2001 From: Johan Euphrosine Date: Thu, 12 Jun 2014 15:09:22 -0700 Subject: [PATCH] travis: add etcd and gcloud path --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index c58b7b76d24..d92aec90193 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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