Update Glide install method
This commit is contained in:
parent
1594e18f3c
commit
ff370a965d
@ -1,8 +1,8 @@
|
|||||||
language: go
|
language: go
|
||||||
go: 1.7.x
|
go: 1.8.x
|
||||||
install:
|
install:
|
||||||
- mkdir -p $GOPATH/bin && curl https://glide.sh/get | sh
|
- go get github.com/Masterminds/glide
|
||||||
- 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.2.0
|
||||||
- go get -u github.com/golang/protobuf/protoc-gen-go
|
- go get -u github.com/golang/protobuf/protoc-gen-go
|
||||||
script:
|
script:
|
||||||
- make install
|
- make install
|
||||||
|
Loading…
Reference in New Issue
Block a user