Skip to content

Commit

Permalink
Add Travis Release Hook (#17)
Browse files Browse the repository at this point in the history
* Add build badge

* Add travis release hook
  • Loading branch information
nathan-boyd authored Jan 23, 2018
1 parent 0eec673 commit d2a062c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,13 @@ install:

script:
- npm run lint
- vsce package
- vsce package

deploy:
provider: releases
api_key: $GithubToken
file_glob: true
file: /**\.vsix/
skip_cleanup: true
on:
tags: true

0 comments on commit d2a062c

Please sign in to comment.