Skip to content

Commit 6c86e94

Browse files
committed
update appveyor.yml
1 parent 47c6a50 commit 6c86e94

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ init:
66
environment:
77
matrix:
88
# node.js
9+
- nodejs_version: "10"
910
- nodejs_version: "8"
1011
- nodejs_version: "6"
11-
- nodejs_version: "4"
1212

1313
platform:
1414
- x86
@@ -21,7 +21,6 @@ install:
2121
# install modules
2222
- npm i
2323

24-
2524
# Post-install test scripts.
2625
test_script:
2726
# Output useful info for debugging

0 commit comments

Comments
 (0)