Test appveyor

This commit is contained in:
Jon Moroney 2018-05-15 09:43:25 -10:00
parent b952579a86
commit f74be402ce

View file

@ -3,7 +3,7 @@ install:
- cmd: >-
appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
rustup-init.exe -y --default-host %TARGET%
rustup-init.exe -y --default-host msvc
set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
@ -16,4 +16,4 @@ after_test:
- cmd: >-
cargo build --verbose
cargo test
cargo test