Skip to content

Commit 0b65dec

Browse files
committed
build: add npmrc before whoami
1 parent 0bf0b38 commit 0b65dec

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ node_js:
1313
- node # safety net; don't remove
1414
before_install:
1515
- npm i -g npm
16+
- echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}' >> ~/.npmrc
1617
- npm whoami
1718
script:
1819
- npm t

0 commit comments

Comments
 (0)