anymap/.travis.yml

13 lines
394 B
YAML
Raw Normal View History

language: rust
rust:
- 1.36.0
- nightly
2015-06-10 19:26:32 +10:00
- stable
2014-06-12 17:29:24 +10:00
script:
- if [[ "$(rustc --version)" =~ -(dev|nightly) ]]; then cargo bench; fi
- if [[ "$(rustc --version)" =~ 1.36.0 ]]; then cp test-oldest-Cargo.lock Cargo.lock; fi
- cargo test
- cargo test --release
- cargo test --no-default-features --features hashbrown
- cargo test --release --no-default-features --features hashbrown