Skip to content

Commit df311fe

Browse files
authored
Build: Remove Node 4 from AppVeyor test matrix
The AppVeyor build is currently failing due to Node 4 not being supported anymore, whih is intentional and removed from the Travi CI config already, but in reviewing #1288, I forgot about AppVeyor :) Closes #1346.
1 parent ca9ce37 commit df311fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

appveyor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# Test against this version of Node.js
44
environment:
55
matrix:
6-
- nodejs_version: "4"
76
- nodejs_version: "6"
87
- nodejs_version: "7"
98
- nodejs_version: "8"

0 commit comments

Comments
 (0)