Skip to content

Commit 148e75d

Browse files
committed
tests(appveyor): build both for node 8 and 10
1 parent f7bd120 commit 148e75d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ skip_commits:
2727
- "docs/*"
2828

2929
environment:
30-
nodejs_version: "10"
30+
matrix:
31+
- nodejs_version: "8"
32+
- nodejs_version: "10"
3133

3234
cache:
3335
- "%LOCALAPPDATA%\\Yarn"

0 commit comments

Comments
 (0)