ignore beta channel again on AppVeyor
since rustc command crashes on combination of channel=beta & target=i686-pc-windows-gnu
This commit is contained in:
parent
9d14b6dfea
commit
f93646e17a
1 changed files with 1 additions and 0 deletions
|
@ -95,6 +95,7 @@ environment:
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- channel: nightly
|
- channel: nightly
|
||||||
|
- channel: beta
|
||||||
|
|
||||||
# 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:
|
||||||
#- channel: beta
|
#- channel: beta
|
||||||
|
|
Loading…
Reference in a new issue