Skip to content

Commit

Permalink
Adds deploy to npm (ignore)
Browse files Browse the repository at this point in the history
  • Loading branch information
zrrrzzt committed Sep 21, 2018
1 parent 8f0287e commit 913d380
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Expand Up @@ -3,3 +3,10 @@ node_js:
- "8"
after_success:
- npm run coveralls
deploy:
provider: npm
email: $NPM_EMAIL
api_key: $NPM_TOKEN
on:
tags: true
branch: master

0 comments on commit 913d380

Please sign in to comment.