Skip to content

Commit 3183702

Browse files
committed
Add node 6.x and latest to build matrix
1 parent 0e72006 commit 3183702

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

appveyor.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
environment:
2-
nodejs_version: "LTS"
2+
matrix:
3+
- nodejs_version: "6"
4+
- nodejs_version: "LTS"
5+
- nodejs_version: ""
36

47
cache:
58
- "%LOCALAPPDATA%\\Yarn"

0 commit comments

Comments
 (0)