1 2 3 4 5 6 7 8 9 10 11 12 13
language: rust rust: nightly if: (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master) script: - cargo check cache: cargo notifications: email: on_success: never