1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
language: rust rust: - nightly - beta - stable cache: cargo script: - cargo build - cargo test - cargo build --features "numeric" - cargo test --features "numeric" notifications: email: false