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