mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-23 04:33:10 +00:00
travis: skip dependency check for msrv
This commit is contained in:
parent
121d483b50
commit
ad99803d09
1 changed files with 4 additions and 1 deletions
|
@ -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 a new issue