Fix build
This commit is contained in:
parent
4c86941869
commit
89d53b9498
1 changed files with 4 additions and 8 deletions
|
@ -10,26 +10,22 @@ environment:
|
||||||
matrix:
|
matrix:
|
||||||
- channel: stable
|
- channel: stable
|
||||||
target: i686-pc-windows-msvc
|
target: i686-pc-windows-msvc
|
||||||
|
type: msvc
|
||||||
- channel: stable
|
- channel: stable
|
||||||
target: x86_64-pc-windows-msvc
|
target: x86_64-pc-windows-msvc
|
||||||
|
type: msvc
|
||||||
- channel: stable
|
- channel: stable
|
||||||
target: i686-pc-windows-gnu
|
target: i686-pc-windows-gnu
|
||||||
|
type: gnu
|
||||||
- channel: stable
|
- channel: stable
|
||||||
target: x86_64-pc-windows-gnu
|
target: x86_64-pc-windows-gnu
|
||||||
- channel: beta
|
type: gnu
|
||||||
target: i686-pc-windows-msvc
|
|
||||||
- channel: beta
|
|
||||||
target: x86_64-pc-windows-msvc
|
|
||||||
- channel: nightly
|
- channel: nightly
|
||||||
target: i686-pc-windows-msvc
|
target: i686-pc-windows-msvc
|
||||||
type: msvc
|
type: msvc
|
||||||
- channel: nightly
|
- channel: nightly
|
||||||
target: x86_64-pc-windows-msvc
|
target: x86_64-pc-windows-msvc
|
||||||
type: msvc
|
type: msvc
|
||||||
- channel: beta
|
|
||||||
target: i686-pc-windows-gnu
|
|
||||||
- channel: beta
|
|
||||||
target: x86_64-pc-windows-gnu
|
|
||||||
- channel: nightly
|
- channel: nightly
|
||||||
target: i686-pc-windows-gnu
|
target: i686-pc-windows-gnu
|
||||||
type: gnu
|
type: gnu
|
||||||
|
|
Loading…
Reference in a new issue