Skip to content

Commit 9595743

Browse files
committed
Travis: Add npm ls after npm install
1 parent 7af52bd commit 9595743

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
@@ -6,4 +6,5 @@ before_install:
66
- npm install -g bower
77
install:
88
- npm install
9+
- npm ls || echo # Avoid that `npm ls` aborts
910
- bower install

0 commit comments

Comments
 (0)