Skip to content

Commit e4c51cc

Browse files
committedNov 22, 2015
Fix showing npm version in Travis CI
1 parent eeda73d commit e4c51cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ node_js:
33
- 4.2
44
before_install:
55
- npm install -g npm@"^3.4.0"
6-
- npm -v
6+
- npm --version

0 commit comments

Comments
 (0)
Please sign in to comment.