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:
Filipe Brandenburger 2014-08-27 08:11:35 -07:00
parent 4df5573967
commit 510cc8ecdc

View File

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