mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
travis: remove e2e test and set GOPATH for integration
This commit is contained in:
parent
0563f5d2b1
commit
0d9280e168
@ -7,11 +7,9 @@ go:
|
|||||||
install:
|
install:
|
||||||
- go get code.google.com/p/go.tools/cmd/cover
|
- go get code.google.com/p/go.tools/cmd/cover
|
||||||
- go get github.com/coreos/etcd
|
- 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" ]]'
|
- bad=$(gofmt -s -l pkg/ cmd/) bash -x -c '[[ -z "$bad" ]]'
|
||||||
- ./hack/build-go.sh
|
- ./hack/build-go.sh
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- ./hack/test-go.sh
|
- ./hack/test-go.sh
|
||||||
- bash --init-file /home/travis/google-cloud-sdk/path.bash.inc ./hack/integration-test.sh
|
- PATH=$GOPATH/bin ./hack/integration-test.sh
|
||||||
- bash --init-file /home/travis/google-cloud-sdk/path.bash.inc ./hack/e2e-test.sh
|
|
||||||
|
Loading…
Reference in New Issue
Block a user