From 00968f0a4f53d2b7735cc5042cd32f86cf9226ea Mon Sep 17 00:00:00 2001 From: Antoine Gersant Date: Sat, 27 Oct 2018 17:27:47 -0700 Subject: [PATCH] Only expect nightly to build on CI --- .travis.yml | 4 ++-- appveyor.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index a00618c..dbfd3b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,5 +6,5 @@ rust: matrix: allow_failures: - - rust: beta - - rust: nightly \ No newline at end of file + - rust: stable + - rust: beta \ No newline at end of file diff --git a/appveyor.yml b/appveyor.yml index 23fc969..14bfe8d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -55,7 +55,7 @@ environment: # or test failure in the matching channels/targets from failing the entire build. matrix: allow_failures: - - channel: nightly + - channel: stable - channel: beta ## Install Script ##