We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e951bfb commit 0f43aa5Copy full SHA for 0f43aa5
appveyor.yml
@@ -17,8 +17,8 @@ install:
17
- '@ECHO Redis Started'
18
# Get the latest stable version of Node 0.STABLE.latest
19
- ps: Install-Product node $env:nodejs_version
20
- # Typical npm stuff.
21
- - npm install
+ # Typical npm stuff. Use msvs 2013 for the hiredis parser
+ - npm install --msvs_version=2013
22
23
# Post-install test scripts.
24
test_script:
0 commit comments