From 0d9280e1683dc244dc647151352cf36bc09f2a1e Mon Sep 17 00:00:00 2001 From: Johan Euphrosine Date: Thu, 12 Jun 2014 15:44:27 -0700 Subject: [PATCH] travis: remove e2e test and set GOPATH for integration --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index e761daeb5ce..ce97dbe0036 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,11 +7,9 @@ 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: - ./hack/test-go.sh - - bash --init-file /home/travis/google-cloud-sdk/path.bash.inc ./hack/integration-test.sh - - bash --init-file /home/travis/google-cloud-sdk/path.bash.inc ./hack/e2e-test.sh + - PATH=$GOPATH/bin ./hack/integration-test.sh