Update versioning format

This commit is contained in:
Kyle Carberry
2019-03-26 14:38:38 -04:00
parent 8d692ded4a
commit ca4b0346cb
2 changed files with 5 additions and 3 deletions

View File

@@ -2,7 +2,9 @@ language: node_js
node_js:
- 8.15.0
env:
- VERSION="1.32.0-$TRAVIS_BUILD_NUMBER"
- VSCODE_VERSION="1.32.0"
- MAJOR_VERSION="1"
- VERSION="$MAJOR_VERSION.$TRAVIS_BUILD_NUMBER-vsc$VSCODE_VERSION"
matrix:
include:
- os: linux