From 4b13bd56c3f9691bd15d59cc41186bec021e1a76 Mon Sep 17 00:00:00 2001 From: Andreas Fackler Date: Tue, 16 Jul 2019 22:06:48 +0200 Subject: [PATCH] Don't use the preview versions of clippy and rustfmt. (#87) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ffff377..fe4aa2c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ addons: packages: - unzip before_install: - - rustup component add --toolchain=${TRAVIS_RUST_VERSION} rustfmt-preview clippy-preview + - rustup component add --toolchain=${TRAVIS_RUST_VERSION} rustfmt clippy - cargo deadlinks --version || cargo install cargo-deadlinks - cargo audit --version || cargo install cargo-audit script: ./ci.sh