Update VS Code to 1.41.1
This commit is contained in:
parent
6a1dcab7a6
commit
8024144381
|
@ -6,7 +6,7 @@ services:
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- export MAJOR_VERSION="2"
|
- export MAJOR_VERSION="2"
|
||||||
- export VSCODE_VERSION="1.41.0"
|
- export VSCODE_VERSION="1.41.1"
|
||||||
- export VERSION="$MAJOR_VERSION.$TRAVIS_BUILD_NUMBER"
|
- export VERSION="$MAJOR_VERSION.$TRAVIS_BUILD_NUMBER"
|
||||||
- export TAG="$VERSION-vsc$VSCODE_VERSION"
|
- export TAG="$VERSION-vsc$VSCODE_VERSION"
|
||||||
- if [[ "$TRAVIS_BRANCH" == "master" ]]; then export MINIFY="true"; fi
|
- if [[ "$TRAVIS_BRANCH" == "master" ]]; then export MINIFY="true"; fi
|
||||||
|
|
Loading…
Reference in New Issue