File tree Expand file tree Collapse file tree 1 file changed +7
-13
lines changed
Expand file tree Collapse file tree 1 file changed +7
-13
lines changed Original file line number Diff line number Diff line change 77 - linux
88 - osx
99
10- matrix :
11- include :
12- - env : CODE_VERSION=1.20.0
13- - env : CODE_VERSION=1.21.0
14- - env : CODE_VERSION=1.22.0
15- - env : CODE_VERSION=1.23.0
16- - env : CODE_VERSION=1.24.0
17- - env : CODE_VERSION=1.25.0
18- - env : CODE_VERSION=insiders
19- allow_failures :
20- - env : CODE_VERSION=insiders
10+ env :
11+ - CODE_VERSION=1.20.0 # Minimal Version
12+ - CODE_VERSION=* # Last Stable Version
13+ - CODE_VERSION=insiders # Insider Version
2114
2215cache :
2316 directories :
@@ -32,9 +25,8 @@ before_install:
3225
3326install :
3427 - npm install
35- # - npm run prettier
3628 - npm run vscode:prepublish
37- # For coverage
29+ # For coverage, disable automatic start of extension
3830 - sed -i.bak 's/"\*"//g' package.json
3931
4032script :
6052 - npm run build
6153 - npm run semantic-release
6254 after_success : skip
55+ allow_failures :
56+ - env : CODE_VERSION=insiders
You can’t perform that action at this time.
0 commit comments