File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ language: node_js
2
2
node_js :
3
3
- 8.15.0
4
4
env :
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"
6
6
matrix :
7
7
include :
8
8
- os : linux
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ const libPath = path.join(__dirname, "../lib");
12
12
const vscodePath = path . join ( libPath , "vscode" ) ;
13
13
const defaultExtensionsPath = path . join ( libPath , "extensions" ) ;
14
14
const 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 " ;
16
16
const vsSourceUrl = `https://codesrv-ci.cdr.sh/vstar-${ vscodeVersion } .tar.gz` ;
17
17
18
18
const buildServerBinary = register ( "build:server:binary" , async ( runner ) => {
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ set -euxo pipefail
4
4
# Builds a tarfile containing vscode sourcefiles neccessary for CI.
5
5
# Done outside the CI and uploaded to object storage to reduce CI time.
6
6
7
- branch=1.33.0
7
+ branch=1.33.1
8
8
dir=/tmp/vstar
9
9
outfile=/tmp/vstar-$branch .tar.gz
10
10
rm -rf $dir
You can’t perform that action at this time.
0 commit comments