Skip to content

Commit c4c0a56

Browse files
committed
Travis: Add npm ls after install
1 parent fb8e4e2 commit c4c0a56

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ before_install:
77
install:
88
- npm install
99
- bower install
10+
after_install:
11+
- npm ls

0 commit comments

Comments
 (0)