blob: 6c4e3ea85ee631cd8fb700bf8c7df70520df2640 [file] [log] [blame]
language: rust
rust:
- beta
- stable
- 1.34.0
script: cargo test
matrix:
include:
- rust: nightly
env: RUSTFLAGS='--cfg thiserror_nightly_testing'
- rust: 1.31.0
script: cargo check
- rust: nightly
name: Clippy
script:
- rustup component add clippy || travis_terminate 0
- cargo clippy --all -- -Dclippy::all