From aa9d443e7b8126763cfb76b1230a7bdb578a6a5e Mon Sep 17 00:00:00 2001 From: Nate Fischer Date: Thu, 10 May 2018 21:16:25 -0700 Subject: [PATCH] chore: output npm version in travis (#850) 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