Skip to content

Commit

Permalink
Add protoc install step to travis script
Browse files Browse the repository at this point in the history
  • Loading branch information
guptasu committed May 21, 2016
1 parent 3c2631f commit c23c0c4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ jdk:
- oraclejdk7

before_install:
- git submodule update --init --recursive
- wget https://github.com/google/protobuf/releases/download/v3.0.0-beta-3/protoc-3.0.0-beta-3-linux-x86_64.zip
- unzip protoc-3.0.0-beta-3-linux-x86_64.zip
- export PROTOC_COMPILER="$(pwd)/protoc"

os:
- linux
- osx

0 comments on commit c23c0c4

Please sign in to comment.