blob: 71b1f02f7311c4083fae3c9915876bd0647e4476 [file] [log] [blame]
language: rust
rust:
- stable
- nightly
install:
- cargo build --all-features --tests --examples
- >
if [[ $TRAVIS_RUST_VERSION == "nightly" ]]; then
cargo build --all-features --benches
fi
script:
- cargo test --all-features