Skip to content

Commit

Permalink
travis: remove e2e test and set GOPATH for integration
Browse files Browse the repository at this point in the history
  • Loading branch information
proppy committed Jun 12, 2014
1 parent 0563f5d commit 0d9280e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0d9280e

Please sign in to comment.