Skip to content

Commit

Permalink
Auto-deploy to npm when pushing to master
Browse files Browse the repository at this point in the history
  • Loading branch information
fmvilas committed Dec 5, 2018
1 parent 22f2e1b commit 6ef6a40
Show file tree
Hide file tree
Showing 2 changed files with 6 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}
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
deploy:
provider: script
script: npm publish
on:
branch: master

0 comments on commit 6ef6a40

Please sign in to comment.