blob: e283a0bf39cd0bc627b7f828353cd9d5e1544b54 [file] [log] [blame]
language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
script:
- cargo build --verbose
- cargo test --verbose
- cargo build --features io
- cargo test --features io