Skip to content

Commit 6685905

Browse files
authored
#159 trying out build matrix
1 parent dd25fd8 commit 6685905

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

appveyor.yml

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,19 @@ image:
88
- Visual Studio 2017
99
- Ubuntu
1010

11-
stack: node 8, python 3.6
1211
environment:
13-
nodejs_version: "8"
14-
12+
- nodejs_version: "8"
13+
PYTHON: "C:\\Python27"
14+
15+
- nodejs_version: "8"
16+
PYTHON: "C:\\Python36-x64"
17+
18+
- nodejs_version: "10"
19+
PYTHON: "C:\\Python27"
20+
21+
- nodejs_version: "10"
22+
PYTHON: "C:\\Python36-x64"
23+
1524
install:
1625
- npm install
1726

@@ -32,3 +41,6 @@ notifications:
3241
skip_commits:
3342
files:
3443
- '**/*.md'
44+
45+
matrix:
46+
fast_finish: true

0 commit comments

Comments
 (0)