From 2b250bd8c80f58fc1494a652a134a60558c414c6 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Wed, 25 Apr 2018 21:39:56 +0200 Subject: [PATCH] Revert "Add clippy job" This reverts commit 8ae689863d36f418f172c03b0dfb1909431b9786. --- .travis.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9998ac78..5fc02d81 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,14 +36,6 @@ matrix: script: - cargo build --all --all-features -j 1 || exit 1 - cargo test --all --all-features -j 1 || exit 1 - - language: rust - rust: nightly - allow_failure: true - cache: - cargo: true - script: - - cargo install clippy || exit 1 - - cargo-clippy || exit 1 addons: