anymap/.travis.yml
Chris Morgan 1374cacb41 Remove obsolete rust-ci docs uploading
We use docs.rs these days. No manual work in it, either. Yay!
2017-07-07 10:55:33 +10:00

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