From 7a1a060068170060101b9139e3f5db54cfa76c5d Mon Sep 17 00:00:00 2001 From: Antoine Gersant Date: Sat, 3 Jun 2017 19:53:10 -0700 Subject: [PATCH] Removed 32 bit configs --- appveyor.yml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 063debb..cb9a7a1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -40,46 +40,26 @@ environment: # Stable 64-bit MSVC - channel: stable target: x86_64-pc-windows-msvc - # Stable 32-bit MSVC - - channel: stable - target: i686-pc-windows-msvc # Beta 64-bit MSVC - channel: beta target: x86_64-pc-windows-msvc - # Beta 32-bit MSVC - - channel: beta - target: i686-pc-windows-msvc # Nightly 64-bit MSVC - channel: nightly target: x86_64-pc-windows-msvc #cargoflags: --features "unstable" - # Nightly 32-bit MSVC - - channel: nightly - target: i686-pc-windows-msvc - #cargoflags: --features "unstable" ### GNU Toolchains ### # Stable 64-bit GNU - channel: stable target: x86_64-pc-windows-gnu - # Stable 32-bit GNU - - channel: stable - target: i686-pc-windows-gnu # Beta 64-bit GNU - channel: beta target: x86_64-pc-windows-gnu - # Beta 32-bit GNU - - channel: beta - target: i686-pc-windows-gnu # Nightly 64-bit GNU - channel: nightly target: x86_64-pc-windows-gnu #cargoflags: --features "unstable" - # Nightly 32-bit GNU - - channel: nightly - target: i686-pc-windows-gnu - #cargoflags: --features "unstable" ### Allowed failures ###