language: rust
cache: cargo
rust:
- stable
- beta
script:
- cargo build --verbose
- cargo test --verbose