language: rust sudo: false rust: - stable - beta - nightly script: - cargo build - cargo test