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

master
Andreas Fackler 6 years ago committed by Vladimir Komendantskiy
parent a40c770abb
commit 4b13bd56c3
  1. 2
      .travis.yml

@ -9,7 +9,7 @@ addons:
packages: packages:
- unzip - unzip
before_install: 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 deadlinks --version || cargo install cargo-deadlinks
- cargo audit --version || cargo install cargo-audit - cargo audit --version || cargo install cargo-audit
script: ./ci.sh script: ./ci.sh

Loading…
Cancel
Save