Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Add travis publishing env vars to travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
postatum committed Mar 14, 2019
1 parent 7ec4adc commit 15deea2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ script: npm run buildall && npm run testall

deploy:
provider: npm
email: "YOUR_EMAIL_ADDRESS"
api_key: "YOUR_AUTH_TOKEN https://docs.travis-ci.com/user/deployment/npm/#npm-auth-token"
email: "$NPM_EMAIL"
api_key: "$NPM_TOKEN"
skip_cleanup: true
on:
tags: true

0 comments on commit 15deea2

Please sign in to comment.