We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a1dcab commit 8024144Copy full SHA for 8024144
.travis.yml
@@ -6,7 +6,7 @@ services:
6
7
before_install:
8
- export MAJOR_VERSION="2"
9
- - export VSCODE_VERSION="1.41.0"
+ - export VSCODE_VERSION="1.41.1"
10
- export VERSION="$MAJOR_VERSION.$TRAVIS_BUILD_NUMBER"
11
- export TAG="$VERSION-vsc$VSCODE_VERSION"
12
- if [[ "$TRAVIS_BRANCH" == "master" ]]; then export MINIFY="true"; fi
0 commit comments