mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
Remove goimports from travis and shippable
As it is not needed
This commit is contained in:
parent
8f3577e5d2
commit
b2fd56ca8e
@ -8,7 +8,6 @@ matrix:
|
||||
|
||||
install:
|
||||
- go get github.com/tools/godep
|
||||
- go get golang.org/x/tools/cmd/goimports
|
||||
- ./hack/travis/install-etcd.sh
|
||||
- ./hack/build-go.sh
|
||||
- export PATH=$GOPATH/bin:./third_party/etcd:$PATH
|
||||
|
@ -23,7 +23,6 @@ before_install:
|
||||
|
||||
install:
|
||||
- go get golang.org/x/tools/cmd/cover
|
||||
- go get golang.org/x/tools/cmd/goimports
|
||||
- go get github.com/mattn/goveralls
|
||||
- go get github.com/tools/godep
|
||||
- ./hack/build-go.sh
|
||||
|
Loading…
Reference in New Issue
Block a user