mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 05:36:12 +00:00
Remove goimports from travis and shippable
As it is not needed
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user