Skip to content
This repository has been archived by the owner on Dec 3, 2021. It is now read-only.

Commit

Permalink
Remove protoc from travis
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Oswalt <matt@keepingitclassless.net>
  • Loading branch information
Mierdin committed Dec 5, 2018
1 parent 3693227 commit e44e680
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ before_install:
- curl -OL https://github.com/google/protobuf/releases/download/v3.2.0/protoc-3.2.0-linux-x86_64.zip && unzip protoc-3.2.0-linux-x86_64.zip -d protoc3 && chmod +x protoc3/bin/* && sudo mv protoc3/bin/* /usr/local/bin && sudo mv protoc3/include/* /usr/local/include/
- go get -u github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway
- go get -u github.com/grpc-ecosystem/grpc-gateway/protoc-gen-swagger
- go get -u github.com/golang/protobuf/protoc-gen-go
- go get -u github.com/lyft/protoc-gen-validate
- go get github.com/jteeuwen/go-bindata/...
install:
Expand Down

0 comments on commit e44e680

Please # to comment.