From 41c08ff3980068bb2f7b3d4b63de3a32987e31b3 Mon Sep 17 00:00:00 2001 From: Nate Fischer Date: Wed, 9 May 2018 23:53:41 -0700 Subject: [PATCH] chore: output npm version in travis Knowing the `npm` version was a huge help to debugging issue #844. For some reason, we output this on appveyor but not on Travis. This PR fixes that. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 02a02fa5..bb164d86 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,7 @@ install: - source ~/.nvm/nvm.sh - nvm install $NODE_VERSION - node --version + - npm --version - npm install os: - linux