Don't use the preview versions of clippy and rustfmt. (#87)

This commit is contained in:
Andreas Fackler 2019-07-16 22:06:48 +02:00 committed by Vladimir Komendantskiy
parent a40c770abb
commit 4b13bd56c3
1 changed files with 1 additions and 1 deletions

View File

@ -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