Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,7 @@ install: |
script: |
./.travis/script.sh
deploy:
- provider: releases
api_key: ayq7zvsxc641sfna65njkik1x9y25b
file_glob: true
file: "*.vsix"
skip_cleanup: true
- provider: script
provider: script
script: ./.travis/deploy.sh
skip_cleanup: true
on:
Expand Down
1 change: 0 additions & 1 deletion .travis/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ if [ "${TRAVIS_NODE_VERSION}" != "" -a "${TRAVIS_NODE_VERSION}" != "6" ]; then
exit 0
fi


# Push the code to npm there there is a travis tag defined
if [ "${TRAVIS_TAG}" != "" ]; then

Expand Down