mirror of
https://github.com/ClementTsang/bottom
synced 2025-02-17 05:38:27 +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 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…
Add table
Reference in a new issue