Skip to content

Commit

Permalink
chore(ci): Add NPM_EMAIL for TravisCI deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
anishkny authored Mar 24, 2018
1 parent 1e33a11 commit 166d154
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
script: echo "Deploying to npm ..." && npm version
deploy:
provider: npm
email: $NPM_EMAIL
api_key: $NPM_TOKEN
skip_cleanup: true
on:
Expand Down

0 comments on commit 166d154

Please sign in to comment.