anymap/.travis.yml

9 lines
202 B
YAML
Raw Normal View History

language: rust
rust:
- nightly
- beta
2015-06-10 19:26:32 +10:00
- stable
2014-06-12 17:29:24 +10:00
script:
2016-03-05 13:27:54 +11:00
- if [[ "$(rustc --version)" =~ -(dev|nightly) ]]; then cargo test --features bench; else ! cargo test --features bench; fi
- cargo test