Skip to content

Commit 452bd6c

Browse files
authored
Remove unsupported Node.js versions for Appveyor.
1 parent 112a9a4 commit 452bd6c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

appveyor.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
environment:
55
matrix:
66
# node.js
7-
- nodejs_version: "0.10"
8-
- nodejs_version: "0.12"
97
- nodejs_version: "4"
108
- nodejs_version: "5"
119
- nodejs_version: "6"
@@ -31,4 +29,4 @@ test_script:
3129

3230
build: off
3331

34-
version: "{build}"
32+
version: "{build}"

0 commit comments

Comments
 (0)