diff options
| author | Christoph Schlosser <2466365+cschlosser@users.noreply.github.com> | 2020-10-04 13:38:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-04 13:38:20 +0200 |
| commit | 175bd0d5bb123a99f7de91d6045a0a25f670dd65 (patch) | |
| tree | b9bdf29f7a9af9b9d1cfceb55d1ace265176bc9e /.travis.yml | |
| parent | 6a541f4882e62bd37c37bb20962414d5e31d79a4 (diff) | |
| download | doxdocgen-1.0.0.tar.gz | |
Release 1.0.0 (#180)1.0.0
* Reenable: Add env-var to replace env var in template strings (#175)
* Release 1.0.0
* Add ls output to travis package step to see size of vsix
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 7383c37..9639923 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,8 +42,9 @@ jobs: os: osx - stage: release script: - - npm install vsce@1.31.0 - - vsce package + - npm install vsce + - vsce package --no-yarn + - ls -alh os: linux deploy: - provider: releases @@ -53,7 +54,7 @@ jobs: on: tags: true - provider: script - script: vsce publish -p $VSMARKETPLACE_ACCESS_TOKEN + script: vsce publish --no-yarn -p $VSMARKETPLACE_ACCESS_TOKEN skip_cleanup: true on: tags: true |