We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6685905 commit 310e8a8Copy full SHA for 310e8a8
1 file changed
appveyor.yml
@@ -9,17 +9,18 @@ image:
9
- Ubuntu
10
11
environment:
12
- - nodejs_version: "8"
13
- PYTHON: "C:\\Python27"
+ matrix:
+ - nodejs_version: "8"
14
+ PYTHON: "C:\\Python27"
15
16
- PYTHON: "C:\\Python36-x64"
17
+ PYTHON: "C:\\Python36-x64"
18
- - nodejs_version: "10"
19
+ - nodejs_version: "10"
20
21
22
23
24
25
install:
26
- npm install
0 commit comments