ignore failures for both beta and nightly in the pipeline

This commit is contained in:
Sunshine 2019-12-18 11:48:37 -05:00
parent c7fc121c7c
commit 169b9657e5
2 changed files with 11 additions and 9 deletions

View file

@ -22,5 +22,6 @@ script:
jobs:
allow_failures:
- rust: beta
- rust: nightly
fast_finish: true

View file

@ -94,6 +94,7 @@ environment:
# or test failure in the matching channels/targets from failing the entire build.
matrix:
allow_failures:
- channel: beta
- channel: nightly
# If you only care about stable channel build failures, uncomment the following line: