From b029b4e2d0a25bea7c95ea1ad3df820e35ab5446 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Wed, 18 Dec 2019 13:02:22 -0800 Subject: [PATCH] Reduce Windows CI to just stable Rust --- appveyor.yml | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 4cfcf363f..a223c7e6f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,37 +7,12 @@ environment: CHANNEL: stable RUSTFLAGS: --cfg rayon_unstable - - TARGET: x86_64-pc-windows-gnu - CHANNEL: beta - - TARGET: x86_64-pc-windows-gnu - CHANNEL: beta - RUSTFLAGS: --cfg rayon_unstable - - - TARGET: x86_64-pc-windows-gnu - CHANNEL: nightly - - TARGET: x86_64-pc-windows-gnu - CHANNEL: nightly - RUSTFLAGS: --cfg rayon_unstable - - - TARGET: x86_64-pc-windows-msvc CHANNEL: stable - TARGET: x86_64-pc-windows-msvc CHANNEL: stable RUSTFLAGS: --cfg rayon_unstable - - TARGET: x86_64-pc-windows-msvc - CHANNEL: beta - - TARGET: x86_64-pc-windows-msvc - CHANNEL: beta - RUSTFLAGS: --cfg rayon_unstable - - - TARGET: x86_64-pc-windows-msvc - CHANNEL: nightly - - TARGET: x86_64-pc-windows-msvc - CHANNEL: nightly - RUSTFLAGS: --cfg rayon_unstable - install: - curl -sSf -o rustup-init.exe https://win.rustup.rs - rustup-init.exe --default-host %TARGET% --default-toolchain %CHANNEL% -y