1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
language: rust matrix: include: - rust: stable - rust: beta - rust: nightly - rust: 1.33.0 - rust: nightly env: CLIPPY script: | if rustup component add clippy-preview; then cargo clippy -- -Dclippy fi script: - cargo build - cargo test