mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-12 08:31:06 +00:00
Use non-preview name of Clippy rustup component
This commit is contained in:
+1
-1
@@ -54,7 +54,7 @@ matrix:
|
|||||||
- rust: nightly
|
- rust: nightly
|
||||||
name: Clippy
|
name: Clippy
|
||||||
script:
|
script:
|
||||||
- rustup component add clippy-preview || travis_terminate 0
|
- rustup component add clippy || travis_terminate 0
|
||||||
- cargo clippy -- -D clippy::all
|
- cargo clippy -- -D clippy::all
|
||||||
- cd "${TRAVIS_BUILD_DIR}/serde"
|
- cd "${TRAVIS_BUILD_DIR}/serde"
|
||||||
- cargo clippy --features rc,unstable -- -D clippy::all
|
- cargo clippy --features rc,unstable -- -D clippy::all
|
||||||
|
|||||||
Reference in New Issue
Block a user