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 b44da72 commit 54b4c8d
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 @@ -197,6 +197,9 @@ matrix:
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 54b4c8d

Please sign in to comment.