librespot/.travis.yml
2016-01-02 02:28:54 +01:00

19 lines
417 B
YAML

language: rust
rust:
- nightly
addons:
apt:
packages:
- protobuf-compiler
- portaudio19-dev
- libavahi-compat-libdnssd-dev
before_install:
- export PATH=$HOME/.cargo/bin:$PATH
install:
- cargo install --git https://github.com/stepancheg/rust-protobuf --rev 921c69b protobuf
script:
- cargo build --no-default-features --verbose
- cargo test --no-default-features --verbose