Skip to content

Commit

Permalink
Fix cleanup renamed to skip cleanup on Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
Codeneos committed Aug 7, 2020
1 parent 330db35 commit 393a316
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ deploy:
token: $GITHUB_TOKEN
file_glob: true
file: "*.vsix"
cleanup: false
skip_cleanup: true
name: "Version $PACKAGE_VERSION"
on:
tags: true
- provider: script
script: npm run publish -- -p $VSCE_TOKEN --packagePath *.vsix
cleanup: false
skip_cleanup: true
on:
tags: true

0 comments on commit 393a316

Please sign in to comment.