Fix travis script

This commit is contained in:
Mathijs van de Nes 2018-10-09 12:46:39 +02:00
parent 74446dd59b
commit 60a4426798

View file

@ -14,7 +14,8 @@ notifications:
script:
- cargo test
- cargo test --no-default-features
- [ "$TRAVIS_RUST_VERSION" = "1.20.0" ] || 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