Install protoc-gen-gogo
This commit is contained in:
parent
c83a19d80c
commit
b34abe8c12
@ -1,6 +1,8 @@
|
|||||||
language: go
|
language: go
|
||||||
go: 1.7.x
|
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
|
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
|
||||||
script:
|
script:
|
||||||
- make install
|
- make install
|
||||||
- make test
|
- make test
|
||||||
|
Loading…
Reference in New Issue
Block a user