mirror of
https://github.com/ClementTsang/bottom.git
synced 2024-11-11 16:06:51 +03:00
travis: skip dependency check for msrv
This commit is contained in:
parent
121d483b50
commit
ad99803d09
@ -34,7 +34,10 @@ before_script:
|
||||
- rustup target add $TARGET
|
||||
- rustup component add clippy
|
||||
script:
|
||||
- cargo clippy -- -D clippy::all
|
||||
- |
|
||||
if [[ $TRAVIS_RUST_VERSION != "1.40.0" ]]; then
|
||||
cargo clippy -- -D clippy::all
|
||||
fi
|
||||
- cargo build --verbose --target $TARGET
|
||||
- |
|
||||
if [[ $TRAVIS_RUST_VERSION != "1.40.0" ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user