Skip to content

Commit

Permalink
Merge pull request plietar#150 from plietar/cargo-lock
Browse files Browse the repository at this point in the history
travis: Use `cargo --locked` everywhere
  • Loading branch information
sashahilton00 authored Feb 13, 2018
2 parents 1de8049 + 7dd5a40 commit 8be88d0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8be88d0

Please sign in to comment.