Skip to content

Commit 0f43aa5

Browse files
author
Ruben Bridgewater
committed
Use msvs 2013 for appveyor to get the hiredis parser to work
1 parent e951bfb commit 0f43aa5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ install:
1717
- '@ECHO Redis Started'
1818
# Get the latest stable version of Node 0.STABLE.latest
1919
- ps: Install-Product node $env:nodejs_version
20-
# Typical npm stuff.
21-
- npm install
20+
# Typical npm stuff. Use msvs 2013 for the hiredis parser
21+
- npm install --msvs_version=2013
2222

2323
# Post-install test scripts.
2424
test_script:

0 commit comments

Comments
 (0)