Skip to content

Commit c7862af

Browse files
committed
travis: Allow nightly builds to fail
1 parent 74eca5e commit c7862af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,9 @@ jobs:
184184
allow_failures:
185185
# Formatting errors should appear in Travis, but not break the build.
186186
- name: "rustfmt"
187+
# The nightly toolchain is unstable, don't let it break our build
188+
- name: "Linux, nightly, docs"
189+
- name: "OSX, nightly, docs"
187190

188191
before_install:
189192
- set -e

0 commit comments

Comments
 (0)