librespot/.travis.yml

16 lines
274 B
YAML
Raw Normal View History

2015-12-30 19:11:29 +00:00
language: rust
rust:
- nightly
addons:
apt:
packages:
- protobuf-compiler
- portaudio19-dev
before_install:
- export PATH=$HOME/.cargo/bin:$PATH
install:
- cargo install --git https://github.com/stepancheg/rust-protobuf --rev 921c69b protobuf