Remove goimports from travis and shippable

As it is not needed
This commit is contained in:
Eric Paris 2015-08-13 17:08:57 -04:00
parent 8f3577e5d2
commit b2fd56ca8e
2 changed files with 0 additions and 2 deletions

View File

@ -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

View File

@ -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