Skip to content

Commit

Permalink
travis: Allow nightly builds to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
josephlr committed Apr 27, 2020
1 parent 74eca5e commit c7862af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c7862af

Please sign in to comment.