From 46841cc87e76c4efbe07b6507e4ba7b77e5b0f2f Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Sun, 4 Feb 2018 10:31:39 -0800 Subject: [PATCH] update config for appveyor --- .appveyor.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 3007a60c2..c886098af 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -59,6 +59,4 @@ build: false # Equivalent to Travis' `script` phase test_script: - - cargo build --no-default-features - - cargo clean - RUST_BACKTRACE=1 cargo test --no-default-features