From fbe7de705527d279ccc21b3307252965b3725bd2 Mon Sep 17 00:00:00 2001 From: Martin Geisler Date: Mon, 30 Mar 2020 15:59:37 +0200 Subject: [PATCH] Drop testing nightly Rust on Windows The nightly tests have never managed to catch something. Since AppVeyor runs our tests one at a time, we can save some time by only running nightly tests in Linux (on Travis CI). --- .appveyor.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index ad5da6c..9f12bcb 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,11 +1,6 @@ environment: matrix: - TOOLCHAIN: stable - - TOOLCHAIN: nightly - -matrix: - allow_failures: - - TOOLCHAIN: nightly install: - appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe