File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ language: node_js
22node_js :
33- 8.15.0
44env :
5- - VSCODE_VERSION="1.33.0 " MAJOR_VERSION="1" VERSION="$MAJOR_VERSION.$TRAVIS_BUILD_NUMBER-vsc$VSCODE_VERSION"
5+ - VSCODE_VERSION="1.33.1 " MAJOR_VERSION="1" VERSION="$MAJOR_VERSION.$TRAVIS_BUILD_NUMBER-vsc$VSCODE_VERSION"
66matrix :
77 include :
88 - os : linux
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ const libPath = path.join(__dirname, "../lib");
1212const vscodePath = path . join ( libPath , "vscode" ) ;
1313const defaultExtensionsPath = path . join ( libPath , "extensions" ) ;
1414const pkgsPath = path . join ( __dirname , "../packages" ) ;
15- const vscodeVersion = process . env . VSCODE_VERSION || "1.33.0 " ;
15+ const vscodeVersion = process . env . VSCODE_VERSION || "1.33.1 " ;
1616const vsSourceUrl = `https://codesrv-ci.cdr.sh/vstar-${ vscodeVersion } .tar.gz` ;
1717
1818const buildServerBinary = register ( "build:server:binary" , async ( runner ) => {
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ set -euxo pipefail
44# Builds a tarfile containing vscode sourcefiles neccessary for CI.
55# Done outside the CI and uploaded to object storage to reduce CI time.
66
7- branch=1.33.0
7+ branch=1.33.1
88dir=/tmp/vstar
99outfile=/tmp/vstar-$branch .tar.gz
1010rm -rf $dir
You can’t perform that action at this time.
0 commit comments