Skip to content

Commit 310e8a8

Browse files
authored
forgot the matrix
1 parent 6685905 commit 310e8a8

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

appveyor.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,18 @@ image:
99
- Ubuntu
1010

1111
environment:
12-
- nodejs_version: "8"
13-
PYTHON: "C:\\Python27"
12+
matrix:
13+
- nodejs_version: "8"
14+
PYTHON: "C:\\Python27"
1415

15-
- nodejs_version: "8"
16-
PYTHON: "C:\\Python36-x64"
16+
- nodejs_version: "8"
17+
PYTHON: "C:\\Python36-x64"
1718

18-
- nodejs_version: "10"
19-
PYTHON: "C:\\Python27"
19+
- nodejs_version: "10"
20+
PYTHON: "C:\\Python27"
2021

21-
- nodejs_version: "10"
22-
PYTHON: "C:\\Python36-x64"
22+
- nodejs_version: "10"
23+
PYTHON: "C:\\Python36-x64"
2324

2425
install:
2526
- npm install

0 commit comments

Comments
 (0)