language: rust rust: - stable - nightly os: - linux script: - cargo build --verbose - cargo test --verbose - cargo doc --verbose