travis: Allow nightly builds to fail
This commit is contained in:
committed by
Joseph Richey
parent
b44da72a01
commit
54b4c8d1b6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user