diff --git a/.travis.yml b/.travis.yml index 3718415..1fd8a26 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: diff --git a/.travis/deploy.sh b/.travis/deploy.sh index 325bdf3..56f44c0 100755 --- a/.travis/deploy.sh +++ b/.travis/deploy.sh @@ -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