blob: 46b9569d76cdc454b11996ee61404b03c0005e12 [file] [log] [blame]
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