Skip to content

Commit

Permalink
Add publish script to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jducro committed Oct 7, 2019
1 parent fef1068 commit 54ccac3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,9 @@ before_script:
branches:
only:
- master
deploy:
provider: npm
api_key: '${NPM_TOKEN}'
skip_cleanup: true
on:
tags: true

0 comments on commit 54ccac3

Please sign in to comment.