From 0b65decf63a0737d51be379675eeef2ce9477002 Mon Sep 17 00:00:00 2001 From: Keith Cirkel Date: Mon, 15 Oct 2018 13:37:25 -0700 Subject: [PATCH] build: add npmrc before whoami --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index ccf6cae..fadd8f4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,7 @@ node_js: - node # safety net; don't remove before_install: - npm i -g npm +- echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}' >> ~/.npmrc - npm whoami script: - npm t