Skip to content

Commit

Permalink
chore: output npm version in travis (#850)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
nfischer committed May 11, 2018
1 parent 4733a32 commit aa9d443
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -17,6 +17,7 @@ install:
- source ~/.nvm/nvm.sh
- nvm install $NODE_VERSION
- node --version
- npm --version
- npm install
os:
- linux
Expand Down

0 comments on commit aa9d443

Please sign in to comment.