We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0c7431 commit 579584dCopy full SHA for 579584d
appveyor.yml
@@ -6,7 +6,7 @@ environment:
6
- nodejs_version: "0.10"
7
- nodejs_version: "0.12"
8
- nodejs_version: "4"
9
- - nodejs_version: "5"
+ - nodejs_version: "6"
10
11
pull_requests:
12
do_not_increment_build_number: true
@@ -21,11 +21,10 @@ install:
21
- redis-64\tools\redis-server.exe --service-install
22
- redis-64\tools\redis-server.exe --service-start
23
- '@ECHO Redis Started'
24
- # Get the latest stable version of Node 0.STABLE.latest
+ # Get the required Node version
25
- ps: Install-Product node $env:nodejs_version
26
- # Typical npm stuff. Use msvs 2013 for the hiredis parser
+ # Typical npm stuff
27
- npm install
28
- - npm install hiredis --msvs_version=2013
29
30
# Post-install test scripts.
31
test_script:
0 commit comments