1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
language: rust cache: cargo matrix: include: - rust: stable script: - cargo test - rustup component add rustfmt-preview - cargo fmt --all -- --check - rust: beta script: - cargo test - rust: nightly script: - cargo test