Try installing node on AppVeyor

This commit is contained in:
Alex Crichton 2017-12-18 16:29:45 -08:00
parent ebc97438e7
commit 9369ae9522

View File

@ -1,4 +1,5 @@
install:
- ps: Install-Product node 9
- appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
- if not defined RUSTFLAGS rustup-init.exe -y --default-host x86_64-pc-windows-msvc --default-toolchain nightly
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin