From faa3cd3b717a924869509ecfcd94b26f0432e36d Mon Sep 17 00:00:00 2001 From: Irevoire Date: Wed, 23 Jun 2021 14:30:33 +0200 Subject: [PATCH] Update bors.toml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Don't check nightly and beta channel Co-authored-by: Clément Renault --- bors.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bors.toml b/bors.toml index b4deacf9a..bc33262b7 100644 --- a/bors.toml +++ b/bors.toml @@ -1,10 +1,6 @@ status = [ 'Tests on ubuntu-18.04 with stable', - 'Tests on ubuntu-18.04 with beta', - 'Tests on ubuntu-18.04 with nightly', 'Tests on macos-latest with stable', - 'Tests on macos-latest with beta', - 'Tests on macos-latest with nightly', 'Cargo check on Windows', 'Run Rustfmt', ]