mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
Switch to rustup clippy component
This commit is contained in:
parent
dbcb5885ad
commit
ea512cb0f3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue