Skip to content

Commit

Permalink
Fix NPM key
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekn committed Jul 19, 2018
1 parent faabeaa commit f79e2b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ matrix:
env: INTEGRATION=true
script:
- |
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
echo "machine github.com login stellar-jenkins password $GITHUB_TOKEN" >~/.netrc
git config --global user.name "Travis CI"
git config --global user.email "[email protected]"
Expand Down Expand Up @@ -41,7 +40,8 @@ after_deploy: "./after_deploy.sh"
deploy:
- provider: npm
email: [email protected]
api_key: "$NPM_TOKEN"
api_key:
secure: I6WDNI9HIpGIJ8nygTkTmc2FdHC/d9xEkkBuHKPfeurG+i/6+WebUvhaMfDg+KjlxiKE1Rs6qs9gj8TRrwgT0E8pBNVoYayXB40hrVAX8aaw7bcU75jc+0wJ9P/NYXkgar/wpRaWDov1zoaS+ax/xlVrdElRBWvGzysIvkmjGJw=
skip_cleanup: true
on:
tags: true
Expand Down

0 comments on commit f79e2b2

Please sign in to comment.