language: rust
rust:
- stable
- beta
before_script:
- rustup component add clippy
script:
- cargo clippy -- -D warnings
- cargo test