From 54c0563a031029e67533cb613db23cfd71c3be2e Mon Sep 17 00:00:00 2001 From: Tim Oram Date: Thu, 25 Oct 2018 23:54:12 -0230 Subject: Update dependencies --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index b95ef83..7d7aed9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ jobs: - stage: lint rust: nightly os: linux - script: cargo test --features "clippy" + script: rustup component add clippy-preview && cargo clippy --all-features -- -D warnings -A clippy::new_ret_no_self - stage: build-deb rust: stable os: linux -- cgit v1.2.3