Chris Morgan
›
Git
›
anymap
› blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
commit
grep
author
committer
pickaxe
?
search:
re
no_std support
[anymap]
/
.travis.yml
diff --git
a/.travis.yml
b/.travis.yml
index d6e378bb8c2d619ad0041f088cee4961e5e700f8..b5c4583272b6a3db8e2526a6234b019e37fda609 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-1,9
+1,12
@@
language: rust
rust:
language: rust
rust:
- - 1.3
4
.0
+ - 1.3
6
.0
- nightly
- stable
script:
- if [[ "$(rustc --version)" =~ -(dev|nightly) ]]; then cargo bench; fi
- nightly
- stable
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
- cargo test --release
+ - cargo test --no-default-features --features hashbrown
+ - cargo test --release --no-default-features --features hashbrown