From c7862af4906dc9ef8b99527c51a511d52f1d1bec Mon Sep 17 00:00:00 2001 From: Joe Richey Date: Mon, 27 Apr 2020 00:51:12 -0700 Subject: [PATCH] travis: Allow nightly builds to fail --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 01d3de81..a5f74cde 100644 --- a/.travis.yml +++ b/.travis.yml @@ -184,6 +184,9 @@ jobs: allow_failures: # Formatting errors should appear in Travis, but not break the build. - name: "rustfmt" + # The nightly toolchain is unstable, don't let it break our build + - name: "Linux, nightly, docs" + - name: "OSX, nightly, docs" before_install: - set -e