add RUST_BACKTRACE=1 to appveyor build

This commit is contained in:
Andre Bogus 2017-02-16 08:38:18 +01:00
parent d904a01140
commit 1b5efd22f4

View file

@ -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\