Skip to content

Commit

Permalink
build: output npm username during build
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus committed Oct 15, 2018
1 parent 9b90abf commit 0bf0b38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ node_js:
- node # safety net; don't remove
before_install:
- npm i -g npm
- npm whoami
script:
- npm t
after_success:
Expand Down

0 comments on commit 0bf0b38

Please sign in to comment.