File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ environment:
66 - nodejs_version : " 0.10"
77 - nodejs_version : " 0.12"
88 - nodejs_version : " 4"
9- - nodejs_version : " 5 "
9+ - nodejs_version : " 6 "
1010
1111pull_requests :
1212 do_not_increment_build_number : true
@@ -21,11 +21,10 @@ install:
2121 - redis-64\tools\redis-server.exe --service-install
2222 - redis-64\tools\redis-server.exe --service-start
2323 - ' @ECHO Redis Started'
24- # Get the latest stable version of Node 0.STABLE.latest
24+ # Get the required Node version
2525 - ps : Install-Product node $env:nodejs_version
26- # Typical npm stuff. Use msvs 2013 for the hiredis parser
26+ # Typical npm stuff
2727 - npm install
28- - npm install hiredis --msvs_version=2013
2928
3029# Post-install test scripts.
3130test_script :
You can’t perform that action at this time.
0 commit comments