Skip to content

Commit

Permalink
deploy to npm from travis (ignore)
Browse files Browse the repository at this point in the history
  • Loading branch information
zrrrzzt committed Feb 5, 2019
1 parent bcc7157 commit 7db9ba7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,11 @@ language: node_js
node_js:
- "8"
after_success:
- npm run coveralls
- npm run coveralls
deploy:
provider: npm
email: $NPM_EMAIL
api_key: $NPM_TOKEN
on:
tags: true
branch: master

0 comments on commit 7db9ba7

Please sign in to comment.