Do not test deflate-zlib on version 1.20.0 for now

This commit is contained in:
Mathijs van de Nes 2018-10-09 12:38:28 +02:00
parent b23200d4a1
commit 74446dd59b

View file

@ -14,7 +14,7 @@ notifications:
script:
- cargo test
- cargo test --no-default-features
- cargo test --no-default-features --features "deflate-zlib"
- [ "$TRAVIS_RUST_VERSION" = "1.20.0" ] || cargo test --no-default-features --features "deflate-zlib"
- cargo test --no-default-features --features "deflate-miniz"
- cargo doc --no-deps
- rustdoc --test README.md -L target/debug