mirror of
https://github.com/librespot-org/librespot.git
synced 2025-01-27 17:44:04 +00:00
travis: Use cargo --locked
everywhere
This will prevent `Cargo.lock` from getting out of sync
This commit is contained in:
parent
e276d39704
commit
7dd5a40d21
1 changed files with 7 additions and 7 deletions
14
.travis.yml
14
.travis.yml
|
@ -26,13 +26,13 @@ before_script:
|
|||
fi
|
||||
|
||||
script:
|
||||
- cargo build --no-default-features
|
||||
- cargo build --no-default-features --features "with-tremor"
|
||||
- cargo build --no-default-features --features "with-vorbis"
|
||||
- cargo build --no-default-features --features "portaudio-backend"
|
||||
- cargo build --no-default-features --features "pulseaudio-backend"
|
||||
- cargo build --no-default-features --features "alsa-backend"
|
||||
- cargo build --no-default-features --target armv7-unknown-linux-gnueabihf
|
||||
- cargo build --locked --no-default-features
|
||||
- cargo build --locked --no-default-features --features "with-tremor"
|
||||
- cargo build --locked --no-default-features --features "with-vorbis"
|
||||
- cargo build --locked --no-default-features --features "portaudio-backend"
|
||||
- cargo build --locked --no-default-features --features "pulseaudio-backend"
|
||||
- cargo build --locked --no-default-features --features "alsa-backend"
|
||||
- cargo build --locked --no-default-features --target armv7-unknown-linux-gnueabihf
|
||||
|
||||
notifications:
|
||||
email: false
|
||||
|
|
Loading…
Reference in a new issue