From 54b4c8d1b67c72efe8dae0fc091e3654c19b934a 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 8657c91..79422c2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -197,6 +197,9 @@ matrix: 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