Merge pull request #145 from josephlr/nightly
travis: Allow nightly builds to fail
This commit is contained in:
@@ -184,6 +184,9 @@ jobs:
|
||||
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