Merge branch 'concurrent-travis' into 0.5.1-tests

This commit is contained in:
Paul Hauner 2019-04-25 12:25:32 +10:00
commit 35992a49c7
No known key found for this signature in database
GPG Key ID: 303E4494BB28068C

View File

@ -1,4 +1,9 @@
language: rust
cache:
directories:
- /home/travis/.cargo
before_cache:
- rm -rf /home/travis/.cargo/registry
before_install:
- curl -OL https://github.com/google/protobuf/releases/download/v3.4.0/protoc-3.4.0-linux-x86_64.zip
- unzip protoc-3.4.0-linux-x86_64.zip -d protoc3