1 2 3 4 5 6 7 8 9
language: rust rust: - stable - beta before_script: - rustup component add clippy script: - cargo clippy -- -D warnings - cargo test