Update to vscode 1.31.1 (#45)

This commit is contained in:
Kyle Carberry
2019-03-06 11:10:23 -08:00
committed by GitHub
parent d4867ca430
commit 8916cb9bb2
3 changed files with 10 additions and 10 deletions

View File

@@ -12,7 +12,7 @@ before_install:
script:
- scripts/build.sh
before_deploy:
- export TRAVIS_TAG="1.31.0-$TRAVIS_BUILD_NUMBER"
- export TRAVIS_TAG="1.31.1-$TRAVIS_BUILD_NUMBER"
- echo "$TRAVIS_TAG" "$TRAVIS_COMMIT"
- git config --local user.name "$USER_NAME"
- git config --local user.email "$USER_EMAIL"