language: rust rust: - 1.20.0 - stable - beta - nightly cache: cargo sudo: false notifications: email: false script: - cargo build - cargo test