File tree Expand file tree Collapse file tree 2 files changed +10
-12
lines changed Expand file tree Collapse file tree 2 files changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ addons:
1212language : node_js
1313
1414node_js :
15- - " 0.8 "
16- - " 0.10 "
17- - " 0.12 "
18- - " iojs-v2.5 "
19- - " iojs-v3 "
15+ - " 4 "
16+ - " 5 "
17+ - " 6 "
18+ - " 7 "
19+ - " 8 "
2020
2121install :
2222 - PATH="`npm bin`:`npm bin -g`:$PATH"
Original file line number Diff line number Diff line change @@ -6,13 +6,11 @@ environment:
66 MSVS_VERSION : 2013
77 # Test against these versions of Node.js and io.js
88 matrix :
9- # node.js
10- - nodejs_version : " 0.8"
11- - nodejs_version : " 0.10"
12- - nodejs_version : " 0.12"
13- # io.js
14- - nodejs_version : " 2.5"
15- - nodejs_version : " 3.2"
9+ - nodejs_version : " 4"
10+ - nodejs_version : " 5"
11+ - nodejs_version : " 6"
12+ - nodejs_version : " 7"
13+ - nodejs_version : " 8"
1614
1715platform :
1816 - x86
You can’t perform that action at this time.
0 commit comments