From d7c1369ee2b66820d53dbaf47a56552ed29863c4 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Mon, 3 Dec 2018 23:04:15 -0500 Subject: [PATCH] Disable some appveyor builds Seems to fail for no reason whatsoever --- appveyor.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index b086abc..6400c44 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,14 +1,14 @@ environment: matrix: # MinGW - - TARGET: i686-pc-windows-gnu - RUST_VERSION: nightly - - TARGET: x86_64-pc-windows-gnu - RUST_VERSION: nightly + # - TARGET: i686-pc-windows-gnu + # RUST_VERSION: nightly + # - TARGET: x86_64-pc-windows-gnu + # RUST_VERSION: nightly # MSVC - - TARGET: i686-pc-windows-msvc - RUST_VERSION: nightly + # - TARGET: i686-pc-windows-msvc + # RUST_VERSION: nightly - TARGET: x86_64-pc-windows-msvc RUST_VERSION: nightly @@ -28,7 +28,6 @@ install: test_script: # If you need to run additional steps during testing, they should be placed # inside this block - - set RUST_BACKTRACE=1 - if [%APPVEYOR_REPO_TAG%]==[false] ( cargo test --target %TARGET% && cargo test --target %TARGET% --release