From 1b5efd22f4d8c13c0ffc1cca6251032c099f816e Mon Sep 17 00:00:00 2001 From: Andre Bogus Date: Thu, 16 Feb 2017 08:38:18 +0100 Subject: [PATCH] add RUST_BACKTRACE=1 to appveyor build --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index c5fb71c12..d83d3478c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -22,6 +22,7 @@ install: build: false test_script: + - set RUST_BACKTRACE=1 - cargo build --features debugging - cargo test --features debugging - copy target\debug\cargo-clippy.exe C:\Users\appveyor\.cargo\bin\