Skip to content

Commit a7531fd

Browse files
committed
Fixed issue with multiple node.js version in config file.
1 parent 07d4870 commit a7531fd

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

appveyor.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
environment:
2-
nodejs_version: "4"
3-
nodejs_version: "5"
4-
nodejs_version: "6"
5-
nodejs_version: "7"
2+
matrix:
3+
- nodejs_version: "4"
4+
- nodejs_version: "5"
5+
- nodejs_version: "6"
6+
- nodejs_version: "7"
67

78
install:
89
- ps: Install-Product node $env:nodejs_version

0 commit comments

Comments
 (0)