Skip to content

Commit

Permalink
Add deploy to Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jm42 committed Jan 15, 2019
1 parent e06237e commit 60afc8a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Expand Up @@ -18,3 +18,12 @@ script:

after_success:
- npm run --silent lcov | coveralls

deploy:
- provider: npm
email: 'devmonk@mediamonks.com'
api_key: $NPM_TOKEN
on:
tags: true
node: stable
skip_cleanup: true

0 comments on commit 60afc8a

Please sign in to comment.