From 6543b8d9b8179043a58d3251165a286d237c793b Mon Sep 17 00:00:00 2001 From: Leonid Beder Date: Fri, 22 Feb 2019 19:35:51 +0200 Subject: [PATCH] Fix .travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 50b44c5..596e413 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,8 @@ rust: - stable - nightly cache: cargo - before_script: - - rustup component add clippy +before_script: + - rustup component add clippy script: - cargo clippy --all-targets --all-features -- -D warnings - cargo test --release