Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Commit b4309a3

Browse files
authored
Merge pull request #18 from xufengli/master
trigger build testfor v0.5.2
2 parents 7107fc3 + 57442d3 commit b4309a3

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.travis.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,7 @@ install: |
77
script: |
88
./.travis/script.sh
99
deploy:
10-
- provider: releases
11-
api_key: ayq7zvsxc641sfna65njkik1x9y25b
12-
file_glob: true
13-
file: "*.vsix"
14-
skip_cleanup: true
15-
- provider: script
10+
provider: script
1611
script: ./.travis/deploy.sh
1712
skip_cleanup: true
1813
on:

.travis/deploy.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ if [ "${TRAVIS_NODE_VERSION}" != "" -a "${TRAVIS_NODE_VERSION}" != "6" ]; then
1414
exit 0
1515
fi
1616

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

0 commit comments

Comments
 (0)