Skip to content

Commit d50e6ed

Browse files
committed
Removed non compatible targets
1 parent e5336d0 commit d50e6ed

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

appveyor.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,24 +31,14 @@ environment:
3131
MSYS_BITS: 64
3232
- TARGET: 1.6.0-i686-pc-windows-gnu
3333
MSYS_BITS: 32
34-
- TARGET: 1.5.0-x86_64-pc-windows-msvc
35-
- TARGET: 1.5.0-i686-pc-windows-msvc
3634
- TARGET: 1.5.0-x86_64-pc-windows-gnu
3735
MSYS_BITS: 64
3836
- TARGET: 1.5.0-i686-pc-windows-gnu
3937
MSYS_BITS: 32
40-
- TARGET: 1.4.0-x86_64-pc-windows-msvc
41-
- TARGET: 1.4.0-i686-pc-windows-msvc
4238
- TARGET: 1.4.0-x86_64-pc-windows-gnu
4339
MSYS_BITS: 64
4440
- TARGET: 1.4.0-i686-pc-windows-gnu
4541
MSYS_BITS: 32
46-
- TARGET: 1.3.0-x86_64-pc-windows-msvc
47-
- TARGET: 1.3.0-i686-pc-windows-msvc
48-
- TARGET: 1.3.0-x86_64-pc-windows-gnu
49-
MSYS_BITS: 64
50-
- TARGET: 1.3.0-i686-pc-windows-gnu
51-
MSYS_BITS: 32
5242
install:
5343
- git submodule update --init --recursive
5444
- ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-${env:TARGET}.exe" -FileName "rust-install.exe"

0 commit comments

Comments
 (0)