Skip to content

Commit

Permalink
removed github releases and removed package-lock from gitignore (#21)
Browse files Browse the repository at this point in the history
Signed-off-by: Lars Heinemann <[email protected]>
  • Loading branch information
lhein committed Jun 26, 2018
1 parent 4b4c568 commit 3f038d8
Show file tree
Hide file tree
Showing 3 changed files with 5,552 additions and 9 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ jars/language-server.jar
*.vsix
.DS_Store
.vscode-test
package-lock.json
undefined
target
16 changes: 8 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ after_success:
sonar-scanner;
fi
deploy:
- provider: releases
api_key: ${DEPLOY_TOKEN}
file:
- "vscode-apache-camel-0.0.2.vsix"
skip_cleanup: true
overwrite: true
on:
branch: master
#- provider: releases
# api_key: ${DEPLOY_TOKEN}
# file:
# - "vscode-apache-camel-0.0.2.vsix"
# skip_cleanup: true
# overwrite: true
# on:
# branch: master
- provider: script
script: vsce publish -p $VSCODE_TOKEN patch
skip_cleanup: true
Expand Down
Loading

0 comments on commit 3f038d8

Please sign in to comment.