mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +00:00
Merge pull request #150 from plietar/cargo-lock
travis: Use `cargo --locked` everywhere
This commit is contained in:
commit
8be88d045f
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