mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-29 16:44:54 +02: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 target add $TARGET
|
||||||
- rustup component add clippy
|
- rustup component add clippy
|
||||||
script:
|
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
|
- cargo build --verbose --target $TARGET
|
||||||
- |
|
- |
|
||||||
if [[ $TRAVIS_RUST_VERSION != "1.40.0" ]]; then
|
if [[ $TRAVIS_RUST_VERSION != "1.40.0" ]]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user