mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
test a travis change
This commit is contained in:
parent
88e0b04916
commit
936122bea0
@ -13,6 +13,7 @@ install:
|
|||||||
- ./hack/verify-description.sh
|
- ./hack/verify-description.sh
|
||||||
- ./hack/travis/install-std-race.sh
|
- ./hack/travis/install-std-race.sh
|
||||||
- ./hack/build-go.sh
|
- ./hack/build-go.sh
|
||||||
|
- GOPATH=$PWD/Godeps/_workspace:$GOPATH go install ./...
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- KUBE_RACE="-race" KUBE_COVER="y" KUBE_GOVERALLS_BIN="$HOME/gopath/bin/goveralls" KUBE_TIMEOUT='-timeout 300s' KUBE_COVERPROCS=8 ./hack/test-go.sh -- -p=2
|
- KUBE_RACE="-race" KUBE_COVER="y" KUBE_GOVERALLS_BIN="$HOME/gopath/bin/goveralls" KUBE_TIMEOUT='-timeout 300s' KUBE_COVERPROCS=8 ./hack/test-go.sh -- -p=2
|
||||||
|
Loading…
Reference in New Issue
Block a user