diff options
| author | Christoph Schlosser <2466365+cschlosser@users.noreply.github.com> | 2020-10-04 12:24:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-04 12:24:43 +0200 |
| commit | 6a541f4882e62bd37c37bb20962414d5e31d79a4 (patch) | |
| tree | 9e73fa527fae064254d09e139a1845f301e62b46 /.travis.yml | |
| parent | 2610f9e1beac36fe5065b92af97862f626e20a59 (diff) | |
| download | doxdocgen-0.8.2.tar.gz | |
Use different vsce version for release 0.8.2 (#179)0.8.2
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index c738ad9..7383c37 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,7 +42,7 @@ jobs: os: osx - stage: release script: - - npm install vsce + - npm install vsce@1.31.0 - vsce package os: linux deploy: |