2883852e713f71d3e361d58e4a8bc363cc1b501c
[anymap] / .travis.yml
1 language: rust
2 rust:
3 - nightly
4 - beta
5 - stable
6 script:
7 - if [[ "$(rustc --version)" =~ -(dev|nightly) ]]; then cargo test --features bench; else ! cargo test --features bench; fi
8 - cargo test