blob: 6057e851e2411996eda69ed467fe6d5c8c247941 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# TODO: delete this without breaking all PRs
environment:
matrix:
- TARGET: nightly-i686-pc-windows-gnu
matrix:
allow_failures:
- channel: nightly
build: false
test_script:
- echo "stub"
|