Commit c64d596b by Adeel

CI: Fixes appveyor.

parent c7e8b3fa
......@@ -11,12 +11,12 @@ environment:
install:
- ps: Install-Product node $env:nodejs_version
- cmd: SET PATH=C:\python27;%PATH%
- cmd: git submodule update --init --recursive
- npm install --msvs_version=2013
- git submodule update --init --recursive
- ps: npm install --msvs_version=2013
test_script:
- node --version
- npm --version
- cmd: npm test
- ps: npm test
build: off
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment