We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d88e747 commit 2073661Copy full SHA for 2073661
.appveyor.yml
@@ -2,6 +2,11 @@ environment:
2
ELECTRON_NO_ATTACH_CONSOLE: 1
3
VSCODE_BUILD_VERBOSE: true
4
5
+ matrix:
6
+ - CODE_VERSION: "1.20.0" # Minimal Version
7
+ - CODE_VERSION: "*" # Last Stable Version
8
+ - CODE_VERSION: "insiders" # Insider Version
9
+
10
# platform:
11
# - x86
12
# - x64
@@ -27,7 +32,6 @@ build_script:
27
32
# For coverage
28
33
- ps: (get-content package.json) | %{$_ -replace '"\*"',''} | set-content package.json
29
34
30
-
31
35
test_script:
36
- npm test --silent
37
0 commit comments