diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2018-07-22 00:44:14 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-22 00:44:14 +0000 |
commit | ea512cb0f3cb159707eb29fdbf2e31bbb1c1b902 (patch) | |
tree | 4e5a73b42847e7f39de17cd37bc515cee57c2d27 | |
parent | dbcb5885adb1f0b23c29838ef8dd837212322409 (diff) | |
download | alacritty-ea512cb0f3cb159707eb29fdbf2e31bbb1c1b902.tar.gz alacritty-ea512cb0f3cb159707eb29fdbf2e31bbb1c1b902.zip |
Switch to rustup clippy component
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 2dd8a4f0..d346c9f9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 |