mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +00:00
travis: Don’t install external version of rust-protobuf anymore
This commit is contained in:
parent
7401fde7fc
commit
f316211ba3
1 changed files with 1 additions and 5 deletions
|
@ -6,13 +6,9 @@ addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- protobuf-compiler
|
- protobuf-compiler
|
||||||
|
- libprotoc-dev
|
||||||
- portaudio19-dev
|
- 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:
|
script:
|
||||||
- cargo build --no-default-features --verbose
|
- cargo build --no-default-features --verbose
|
||||||
- cargo test --no-default-features --verbose
|
- cargo test --no-default-features --verbose
|
||||||
|
|
Loading…
Reference in a new issue