Do not test deflate-zlib on version 1.20.0 for now
This commit is contained in:
parent
b23200d4a1
commit
74446dd59b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue