From f93646e17a95308834471b3258cae77410858691 Mon Sep 17 00:00:00 2001 From: rhysd Date: Tue, 7 Jan 2020 17:31:36 +0900 Subject: [PATCH] ignore beta channel again on AppVeyor since rustc command crashes on combination of channel=beta & target=i686-pc-windows-gnu --- .appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.appveyor.yml b/.appveyor.yml index aa0b3b1..12c88c3 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -95,6 +95,7 @@ environment: matrix: allow_failures: - channel: nightly + - channel: beta # If you only care about stable channel build failures, uncomment the following line: #- channel: beta