From 337c35319a2b086cac3b4b2490a0254865a3c856 Mon Sep 17 00:00:00 2001 From: Romain Ruetschi Date: Thu, 9 Jul 2020 23:55:55 +0200 Subject: [PATCH] Update Travis config --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ac483f6..4e53f24 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,7 @@ matrix: - env: NAME='clippy' rust: stable before_script: - - rustup component add clippy-preview + - rustup component add clippy script: - cargo clippy --all-targets --all-features -- -D warnings