From ed5f6971189afe2c60d7fee455c2177cd1d5872f Mon Sep 17 00:00:00 2001 From: Luke Anderson Date: Tue, 12 Mar 2019 22:36:20 +1100 Subject: [PATCH] Added clippy component installation to Travis CI yml file. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 37416ed42..0d520aabb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,3 +21,4 @@ matrix: fast_finish: true install: - rustup component add rustfmt + - rustup component add clippy