From 9065122b9315f7e5c1aee25676a9e86fa4fc125d Mon Sep 17 00:00:00 2001 From: Mathijs van de Nes Date: Wed, 17 Oct 2018 11:41:13 +0200 Subject: [PATCH] Skip another test for 1.20.0 flate2/rust_backend now also needs a more recent version of rustc --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 82cb3add..e98ec3c0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,8 @@ notifications: on_failure: always script: - - cargo test + - | + [ "$TRAVIS_RUST_VERSION" = "1.20.0" ] || cargo test - cargo test --no-default-features - | [ "$TRAVIS_RUST_VERSION" = "1.20.0" ] || cargo test --no-default-features --features "deflate-zlib"