8000 chore: output npm version in travis (#850) · shelljs/shelljs@aa9d443 · GitHub 8000
[go: up one dir, main page]

Skip to content

Commit aa9d443

Browse files
authored
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.
1 parent 4733a32 commit aa9d443

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ install:
1717
- source ~/.nvm/nvm.sh
1818
- nvm install $NODE_VERSION
1919
- node --version
20+
- npm --version
2021
- npm install
2122
os:
2223
- linux

0 commit comments

Comments
 (0)
0