1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
language: rust cache: cargo rust: - stable - beta - nightly - 1.34.0 matrix: allow_failures: - rust: nightly script: - cargo build --verbose --all --all-features - cargo test --verbose --all --all-features notifications: email: false