Commit c64d596b by Adeel

CI: Fixes appveyor.

parent c7e8b3fa
...@@ -11,12 +11,12 @@ environment: ...@@ -11,12 +11,12 @@ environment:
install: install:
- ps: Install-Product node $env:nodejs_version - ps: Install-Product node $env:nodejs_version
- cmd: SET PATH=C:\python27;%PATH% - cmd: SET PATH=C:\python27;%PATH%
- cmd: git submodule update --init --recursive - git submodule update --init --recursive
- npm install --msvs_version=2013 - ps: npm install --msvs_version=2013
test_script: test_script:
- node --version - node --version
- npm --version - npm --version
- cmd: npm test - ps: npm test
build: off 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