Skip to content

Commit

Permalink
Don't fail the build if nightly is broken
Browse files Browse the repository at this point in the history
  • Loading branch information
wezm committed Oct 22, 2019
1 parent 6a79869 commit 729b909
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ rust:
- stable
- 1.38.0

jobs:
allow_failures:
- rust: nightly

script:
- cargo fmt -- --check
- cargo test

0 comments on commit 729b909

Please sign in to comment.