From ea512cb0f3cb159707eb29fdbf2e31bbb1c1b902 Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Sun, 22 Jul 2018 00:44:14 +0000 Subject: Switch to rustup clippy component --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') 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 -- cgit v1.2.3