1 2 3 4 5 6 7 8 9 10 11 12 13
language: rust rust: - nightly sudo: false script: - | cargo build && cargo test && cargo build --manifest-path test_suite/Cargo.toml && cargo test --manifest-path test_suite/Cargo.toml notifications: email: on_success: never