Skip to content

Commit d88e747

Browse files
committed
chore: Fixed matrix build in .travis.yml
1 parent c2af690 commit d88e747

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

.travis.yml

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,10 @@ os:
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

2215
cache:
2316
directories:
@@ -32,9 +25,8 @@ before_install:
3225

3326
install:
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

4032
script:
@@ -60,3 +52,5 @@ jobs:
6052
- npm run build
6153
- npm run semantic-release
6254
after_success: skip
55+
allow_failures:
56+
- env: CODE_VERSION=insiders

0 commit comments

Comments
 (0)