Skip to content

Commit 6827949

Browse files
committed
New npm token
1 parent dbc7452 commit 6827949

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ before_install:
1717
- npm install -g npm@'>=2.13.5'
1818
script:
1919
- |
20+
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
2021
echo "machine github.com login stellar-jenkins password $GITHUB_TOKEN" >~/.netrc
2122
git config --global user.name "Travis CI"
2223
git config --global user.email "[email protected]"
@@ -59,8 +60,7 @@ after_deploy: ./after_deploy.sh
5960
deploy:
6061
- provider: npm
6162
62-
api_key:
63-
secure: rQ9OjPbd/6yAgjILpYI4cdrPYPEUvEv/aJF1KrT42KlukLn5jrSGVzuhdVCtv2riNOvxkLFQEzv/Q/DhsB2tJ0nhiad/S21IIaqGmvWZjIUKOHUz91ncEcMDqAMKR1tBGjmtA3J25xbbyPBNFwDRsyNbhjWV2F4iS0Xc9f4abyY=
63+
api_key: $NPM_TOKEN
6464
skip_cleanup: true
6565
on:
6666
tags: true

0 commit comments

Comments
 (0)