mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-27 07:34:27 +02:00
travis: forgot to add a --locked check to install
This commit is contained in:
parent
5cfbaf672d
commit
b111b545d8
@ -43,7 +43,7 @@ script:
|
|||||||
if [[ $TRAVIS_RUST_VERSION != "1.40.0" ]]; then
|
if [[ $TRAVIS_RUST_VERSION != "1.40.0" ]]; then
|
||||||
cargo test --verbose --target $TARGET;
|
cargo test --verbose --target $TARGET;
|
||||||
fi
|
fi
|
||||||
- cargo install --path . --target $TARGET
|
- cargo install --path . --target $TARGET --locked
|
||||||
|
|
||||||
before_cache:
|
before_cache:
|
||||||
- rm -rf /home/travis/.cargo/git
|
- rm -rf /home/travis/.cargo/git
|
||||||
|
Loading…
x
Reference in New Issue
Block a user