ignore failures for both beta and nightly in the pipeline
This commit is contained in:
parent
c7fc121c7c
commit
169b9657e5
2 changed files with 11 additions and 9 deletions
|
@ -22,5 +22,6 @@ script:
|
|||
|
||||
jobs:
|
||||
allow_failures:
|
||||
- rust: beta
|
||||
- rust: nightly
|
||||
fast_finish: true
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue