Use Godeps

Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com>
This commit is contained in:
Arnaud Porterie
2015-03-04 18:59:03 -08:00
parent 6a25279d14
commit dfd4390768
87 changed files with 8118 additions and 1 deletions
+3 -1
View File
@@ -4,6 +4,8 @@ machine:
GO_BIN: $(which go)
dependencies:
oerride:
- go get github.com/tools/godep
post:
- go get github.com/axw/gocov/gocov
- go get github.com/golang/lint/golint
@@ -14,5 +16,5 @@ test:
- test -z "$(goimports -d . | tee /dev/stderr)"
- go vet ./...
- test -z "$(golint ./... | tee /dev/stderr)"
- sudo -E $GO_BIN test -test.v ./...
- sudo -E $GOPATH/bin/godep go test -test.v ./...