Switch to rustup clippy component

This commit is contained in:
Christian Duerr 2018-07-22 00:44:14 +00:00 committed by GitHub
parent dbcb5885ad
commit ea512cb0f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ env:
- CLIPPY=""
install:
- if [ -n "$CLIPPY" ]; then cargo install -f clippy; fi
- if [ -n "$CLIPPY" ]; then rustup component add clippy-preview; fi
matrix:
fast_finish: true