10000 chore: output npm version in travis · shelljs/shelljs@41c08ff · GitHub
[go: up one dir, main page]

Skip to content

Commit 41c08ff

Browse files
committed
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.
1 parent 97a4df8 commit 41c08ff

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