From 9783b96524cad74dcaf8f70f88cb2d5ab14ce471 Mon Sep 17 00:00:00 2001 From: rhysd Date: Tue, 7 Jan 2020 15:22:39 +0900 Subject: [PATCH] check beta channel on CI not to break this crate with next Rust version --- .travis.yml | 1 - appveyor.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5215896..ee8069e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,6 +25,5 @@ script: jobs: allow_failures: - - rust: beta - rust: nightly fast_finish: true diff --git a/appveyor.yml b/appveyor.yml index d15c249..aa0b3b1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -94,7 +94,6 @@ environment: # or test failure in the matching channels/targets from failing the entire build. matrix: allow_failures: - - channel: beta - channel: nightly # If you only care about stable channel build failures, uncomment the following line: