Skip to content

Commit 54b4c8d

Browse files
committed
travis: Allow nightly builds to fail
1 parent b44da72 commit 54b4c8d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,9 @@ matrix:
197197
allow_failures:
198198
# Formatting errors should appear in Travis, but not break the build.
199199
- name: "rustfmt"
200+
# The nightly toolchain is unstable, don't let it break our build
201+
- name: "Linux, nightly, docs"
202+
- name: "OSX, nightly, docs"
200203

201204
before_install:
202205
- set -e

0 commit comments

Comments
 (0)