blob: c7122977fec1936e3a1a8ebfcdc2ac0b93824b84 [file] [log] [blame]
travis:
before_install:
- wget -O protoc.zip https://github.com/protocolbuffers/protobuf/releases/download/v3.6.1/protoc-3.6.1-linux-x86_64.zip
- unzip -d protoc protoc.zip
- export PATH=$PWD/protoc/bin:$PATH
- echo $PATH