Skip to content

Commit fa89c44

Browse files
authored
Merge pull request rust-random#145 from josephlr/nightly
travis: Allow nightly builds to fail
2 parents 855cb6d + 5492a66 commit fa89c44

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.travis.yml

Lines changed: 3 additions & 0 deletions
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)