1 2 3 4 5 6 7 8 9 10 11 12 13 14
language: rust rust: - beta - stable before_script: - rustup component add clippy rustfmt script: - cargo fmt --all -- --check - cargo clippy --all-targets --all-features -- -D warnings - cargo build - cargo test