From 60a4426798f216207bf66053e75d63f085251020 Mon Sep 17 00:00:00 2001 From: Mathijs van de Nes Date: Tue, 9 Oct 2018 12:46:39 +0200 Subject: [PATCH] Fix travis script --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c39c176e..82cb3add 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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