mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Revert "change travis.yml to install godep"
This reverts commit 453c328fc9
.
Having `godep` installed is not necessarily for build & test, only to
manage the dependencies under the Godeps/ tree.
Signed-off-by: Filipe Brandenburger <filbranden@google.com>
This commit is contained in:
parent
4df5573967
commit
510cc8ecdc
@ -8,14 +8,13 @@ go:
|
||||
install:
|
||||
- go get code.google.com/p/go.tools/cmd/cover
|
||||
- go get github.com/coreos/etcd
|
||||
- go get github.com/tools/godep
|
||||
- ./hack/verify-gofmt.sh
|
||||
- ./hack/verify-boilerplate.sh
|
||||
- ./hack/install-std-race.sh
|
||||
- PATH=$HOME/gopath/bin:$PATH ./hack/build-go.sh
|
||||
- ./hack/build-go.sh
|
||||
|
||||
script:
|
||||
- PATH=$HOME/gopath/bin:$PATH ./hack/test-go.sh
|
||||
- ./hack/test-go.sh
|
||||
- PATH=$HOME/gopath/bin:$PATH ./hack/test-cmd.sh
|
||||
- PATH=$HOME/gopath/bin:$PATH ./hack/test-integration.sh
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user