From b6d5516e3a603b0d99b8adcfec71cd075e25ef4e Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Sun, 4 Feb 2018 10:48:16 -0800 Subject: [PATCH] remove rust_backtrace for appveyor --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index c886098af..f9e79ce7c 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -59,4 +59,4 @@ build: false # Equivalent to Travis' `script` phase test_script: - - RUST_BACKTRACE=1 cargo test --no-default-features + - cargo test --no-default-features