Use clippy instead of clippy-preview

This commit is contained in:
Chris Wong 2018-12-09 11:54:21 +13:00
parent b1dd7b729f
commit 9fc9ea5c60

View file

@ -5,7 +5,7 @@ sudo: false
before_script:
- |
RUN_CLIPPY=true
rustup component add clippy-preview --toolchain=nightly || RUN_CLIPPY=false
rustup component add clippy --toolchain=nightly || RUN_CLIPPY=false
script:
- (cd maud && cargo build --features="iron")