From b2fd56ca8ea9b1ee27f9b40a69a0a86b266c74e0 Mon Sep 17 00:00:00 2001 From: Eric Paris Date: Thu, 13 Aug 2015 17:08:57 -0400 Subject: [PATCH] Remove goimports from travis and shippable As it is not needed --- .travis.yml | 1 - shippable.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index dfe9cec28e4..79ccdc6bee1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/shippable.yml b/shippable.yml index 064949cf823..f443188b30c 100644 --- a/shippable.yml +++ b/shippable.yml @@ -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