language: rust
sudo: false
cache:
cargo
rust:
- stable
- beta
- nightly
script:
- cargo test
- rustup component add rustfmt-preview
- cargo fmt -- --write-mode diff
matrix:
allow_failures:
- rust: nightly