From 6cc2d494cabd09ccaab5c36eba8e972746d2493f Mon Sep 17 00:00:00 2001 From: whitequark Date: Thu, 29 Jun 2017 16:09:01 +0000 Subject: [PATCH] Travis: require build on stable Rust to succeed. --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 10953dd..9de7a35 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,8 +13,6 @@ matrix: env: FEATURES='alloc collections' MODE='build' - rust: nightly env: FEATURES='' MODE='build' - allow_failures: - - rust: stable # until 1.15 comes out script: - cargo "$MODE" --no-default-features --features "$FEATURES" notifications: