Skip to content
Snippets Groups Projects
Unverified Commit 717b5cc6 authored by Diggory Hardy's avatar Diggory Hardy Committed by GitHub
Browse files

Merge pull request #145 from josephlr/nightly

travis: Allow nightly builds to fail
parents 74eca5e8 c7862af4
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment