From 3b90b605d5dc8d5edb2236ab753c7c737463dbee Mon Sep 17 00:00:00 2001 From: Antoine Gersant Date: Sun, 4 Jun 2017 14:19:58 -0700 Subject: [PATCH] Allow Rust Beta to fail building --- appveyor.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index c3cb680..bbd570c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -69,9 +69,7 @@ environment: matrix: allow_failures: - channel: nightly - -# If you only care about stable channel build failures, uncomment the following line: - #- channel: beta + - channel: beta ## Install Script ##