ignore failures for both beta and nightly in the pipeline

pull/84/head
Sunshine 5 years ago
parent c7fc121c7c
commit 169b9657e5

@ -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…
Cancel
Save