1374cacb41
We use docs.rs these days. No manual work in it, either. Yay!
9 lines
202 B
YAML
9 lines
202 B
YAML
language: rust
|
|
rust:
|
|
- nightly
|
|
- beta
|
|
- stable
|
|
script:
|
|
- if [[ "$(rustc --version)" =~ -(dev|nightly) ]]; then cargo test --features bench; else ! cargo test --features bench; fi
|
|
- cargo test
|