2014-09-29 08:58:51 +10:00
|
|
|
language: rust
|
2015-06-10 08:59:47 +10:00
|
|
|
rust:
|
2022-01-25 21:24:48 +11:00
|
|
|
- 1.36.0
|
2015-06-10 08:59:47 +10:00
|
|
|
- nightly
|
2015-06-10 19:26:32 +10:00
|
|
|
- stable
|
2014-06-12 17:29:24 +10:00
|
|
|
script:
|
2017-01-21 03:01:56 +11:00
|
|
|
- if [[ "$(rustc --version)" =~ -(dev|nightly) ]]; then cargo bench; fi
|
2022-01-25 21:24:48 +11:00
|
|
|
- if [[ "$(rustc --version)" =~ 1.36.0 ]]; then cp test-oldest-Cargo.lock Cargo.lock; fi
|
2015-04-18 10:44:34 +10:00
|
|
|
- cargo test
|
2017-01-21 03:01:56 +11:00
|
|
|
- cargo test --release
|
2022-01-25 21:24:48 +11:00
|
|
|
- cargo test --no-default-features --features hashbrown
|
|
|
|
- cargo test --release --no-default-features --features hashbrown
|