summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
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