From 5192fcef2f4738840d4038acca150167eb619015 Mon Sep 17 00:00:00 2001 From: Mackenzie Clark <mackenzie.a.z.c@gmail.com> Date: Sat, 10 Nov 2018 08:37:28 -0800 Subject: [PATCH] remove the rust 1.20.0 check --- .travis.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index a7dfad13..85769bd1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,12 +12,8 @@ notifications: on_failure: always script: - - | - [ "$TRAVIS_RUST_VERSION" = "1.20.0" ] || cargo test + - cargo test - cargo test --no-default-features - - | - [ "$TRAVIS_RUST_VERSION" = "1.20.0" ] || cargo test --no-default-features --features "deflate" - - cargo test --no-default-features --features "deflate" - cargo doc --no-deps - rustdoc --test README.md -L target/debug