Skip to content

Commit 579584d

Browse files
author
Ruben Bridgewater
committed
Test Node.js 6 on appyevor
1 parent a0c7431 commit 579584d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

appveyor.yml

+3-4
Original file line numberDiff line numberDiff 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

1111
pull_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.
3130
test_script:

0 commit comments

Comments
 (0)