Add protobuf-compiler to travis.yml

This commit is contained in:
Paul Hauner 2019-01-22 09:09:21 +11:00
parent 992f2101c2
commit 4499ffe5c3
No known key found for this signature in database
GPG Key ID: D362883A9218FCC6

View File

@ -1,4 +1,6 @@
language: rust
before_install:
- sudo apt-get install -y protobuf-compiler
script:
- cargo build --verbose --all
- cargo test --verbose --all