travis: Allow nightly builds to fail

This commit is contained in:
Joe Richey
2020-04-27 00:51:12 -07:00
committed by Joseph Richey
parent b44da72a01
commit 54b4c8d1b6
+3
View File
@@ -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