Skip to content

Commit

Permalink
Merge pull request #24 from asyncapi/feature/auto-publish-to-npm
Browse files Browse the repository at this point in the history
Auto-deploy to npm when pushing to master
  • Loading branch information
rmelian authored Dec 5, 2018
2 parents bb53fda + 1be1e79 commit ba39ad4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
//registry.npmjs.org/:_authToken=${NPM_TOKEN}
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: node_js
node_js:
- "8"
deploy:
provider: script
script: npm publish
on:
branch: master

0 comments on commit ba39ad4

Please sign in to comment.