From 847b38aece3fedfc2f00fe5addae8d4d25687c7a Mon Sep 17 00:00:00 2001 From: Mackenzie Clark Date: Mon, 12 Nov 2018 16:28:17 -0800 Subject: [PATCH] simplify appveyor --- appveyor.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index f5c71017..67321b4b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -42,5 +42,3 @@ build: false test_script: - cargo test - cargo test --no-default-features - - cargo test --no-default-features --features "deflate" - - cargo test --no-default-features --features "bzip2"