X-Git-Url: https://git.chrismorgan.info/anymap/blobdiff_plain/7866ca8d779805dc3a3134f2d247889a1721633c..0a1c85f8655a71b995d228ed0c9496f732268c5b:/.travis.yml?ds=sidebyside diff --git a/.travis.yml b/.travis.yml index d6e378b..b5c4583 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,12 @@ language: rust rust: - - 1.34.0 + - 1.36.0 - 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 --no-default-features --features hashbrown + - cargo test --release --no-default-features --features hashbrown