fix appveyor config

This commit is contained in:
Andre Bogus 2017-01-05 23:22:11 +01:00
parent 451cbed1d3
commit f4d0f38433

View File

@ -3,13 +3,13 @@ environment:
PROJECT_NAME: rust-clippy
matrix:
- TARGET: i686-pc-windows-gnu
MSYS2_BITS=32
MSYS2_BITS: 32
- TARGET: i686-pc-windows-msvc
MSYS2_BITS=32
MSYS2_BITS: 32
- TARGET: x86_64-pc-windows-gnu
MSYS2_BITS=64
MSYS2_BITS: 64
- TARGET: x86_64-pc-windows-msvc
MSYS2_BITS=64
MSYS2_BITS: 64
install:
- curl -sSf -o rustup-init.exe https://win.rustup.rs/