From 74446dd59beb8ed9317ac3bc5d83d0eefadda458 Mon Sep 17 00:00:00 2001 From: Mathijs van de Nes Date: Tue, 9 Oct 2018 12:38:28 +0200 Subject: [PATCH] Do not test deflate-zlib on version 1.20.0 for now --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 21f65247..c39c176e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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