From c7fa0dcae424b58892ba59e40c6c813a372618e1 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Wed, 18 Jul 2018 13:56:20 +0100 Subject: Update nightly snapshot, use clippy component --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index d7a672c..b223b97 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,11 +7,9 @@ script: cache: cargo matrix: include: - - rust: nightly-2018-06-29 - env: - - CLIPPY_VERSION=0.0.211 + - rust: nightly-2018-07-17 before_script: - rustup component add rustfmt-preview - - cargo install clippy --version $CLIPPY_VERSION || echo "clippy already installed" + - rustup component add clippy-preview script: - cargo test --all-features -- cgit