Merge pull request #145 from josephlr/nightly

travis: Allow nightly builds to fail
This commit is contained in:
Diggory Hardy
2020-04-27 09:38:01 +01:00
committed by GitHub
+3
View File
@@ -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