.travis.yml 311 B

12345678910111213141516
  1. language: rust
  2. rust:
  3. - nightly
  4. addons:
  5. apt:
  6. packages:
  7. - protobuf-compiler
  8. - portaudio19-dev
  9. - libavahi-compat-libdnssd-dev
  10. before_install:
  11. - export PATH=$HOME/.cargo/bin:$PATH
  12. install:
  13. - cargo install --git https://github.com/stepancheg/rust-protobuf --rev 921c69b protobuf