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:
|
jobs:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
|
- rust: beta
|
||||||
- rust: nightly
|
- rust: nightly
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
|
|
@ -94,6 +94,7 @@ environment:
|
||||||
# or test failure in the matching channels/targets from failing the entire build.
|
# or test failure in the matching channels/targets from failing the entire build.
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
|
- channel: beta
|
||||||
- channel: nightly
|
- channel: nightly
|
||||||
|
|
||||||
# If you only care about stable channel build failures, uncomment the following line:
|
# If you only care about stable channel build failures, uncomment the following line:
|
||||||
|
|
Loading…
Reference in a new issue