fetch protobuf deps

This commit is contained in:
Brad Rydzewski 2017-06-28 13:33:46 -04:00
parent da672cc00a
commit 63d5fb022d

View file

@ -10,6 +10,8 @@ pipeline:
- go get -u golang.org/x/tools/cmd/cover
- go get -u golang.org/x/net/context
- go get -u golang.org/x/net/context/ctxhttp
- go get -u github.com/golang/protobuf/proto
- go get -u github.com/golang/protobuf/protoc-gen-go
- go test -cover $(go list ./... | grep -v /vendor/)
test_postgres: