We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd25fd8 commit 6685905Copy full SHA for 6685905
1 file changed
appveyor.yml
@@ -8,10 +8,19 @@ image:
8
- Visual Studio 2017
9
- Ubuntu
10
11
-stack: node 8, python 3.6
12
environment:
13
- nodejs_version: "8"
14
-
+ - nodejs_version: "8"
+ PYTHON: "C:\\Python27"
+
15
16
+ PYTHON: "C:\\Python36-x64"
17
18
+ - nodejs_version: "10"
19
20
21
22
23
24
install:
25
- npm install
26
@@ -32,3 +41,6 @@ notifications:
32
41
skip_commits:
33
42
files:
34
43
- '**/*.md'
44
45
+matrix:
46
+ fast_finish: true
0 commit comments