Fix travis
This commit is contained in:
parent
e4160940c1
commit
e8332ed718
@ -3,7 +3,6 @@ go: 1.7.x
|
|||||||
install:
|
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
|
- 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 github.com/gogo/protobuf/protoc-gen-gogo
|
||||||
- go get ./...
|
|
||||||
script:
|
script:
|
||||||
- make install
|
- make install
|
||||||
- make test
|
- make test
|
||||||
|
Loading…
Reference in New Issue
Block a user