Debug npm list in CI

Execute npm list after the tests in Travis
This commit is contained in:
Rodrigo Ramírez Norambuena 2017-07-25 09:48:20 -04:00
parent bf24ee369f
commit 2e48099070
2 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,8 @@ script:
- grunt
- npm run test:unit
- npm run test:e2e
after_script:
- npm list
cache:
directories:
- node_modules

View File

@ -13,6 +13,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Updated
- Changed 'default.js' - listen on all attached interfaces by default
- Add execution of `npm list` after the test are ran in Travis CI.
### Fixed