Fix travis for rust 1.20.0

This commit is contained in:
Mathijs van de Nes 2018-10-17 11:55:35 +02:00
parent bb38674a14
commit b716547a93

View file

@ -18,7 +18,7 @@ script:
- |
[ "$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
- cargo doc --no-deps --no-default-features --features "deflate-miniz,bzip2"
- rustdoc --test README.md -L target/debug
after_success: