Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Commit

Permalink
add go proto ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ithinker1991 committed Apr 13, 2018
1 parent 623ceea commit 8ead80e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,8 @@ before_script:
# let's use protobuf
script:
- $HOME/protobuf/bin/protoc --java_out=./ ./core/*.proto ./api/*.proto
- $HOME/protobuf/bin/protoc --go_out=./ ./core/*.proto
- $HOME/protobuf/bin/protoc --go_out=./ ./api/*.proto
- $HOME/protobuf/bin/protoc --grpc-gateway_out=logtostderr=true:./ ./api/*.proto

- ls -l

0 comments on commit 8ead80e

Please sign in to comment.