Install golang deps

This commit is contained in:
Manfred Touron 2016-12-13 17:39:02 +01:00
parent b34abe8c12
commit 9c249b45a4
No known key found for this signature in database
GPG Key ID: 9CCF47DF1FD978A1

View File

@ -3,6 +3,7 @@ go: 1.7.x
install:
- wget https://raw.githubusercontent.com/grpc-ecosystem/grpc-gateway/master/.travis/install-protoc.sh && chmod +x install-protoc.sh && ./install-protoc.sh 3.1.0
- go get github.com/gogo/protobuf/protoc-gen-gogo
- go get ./...
script:
- make install
- make test