mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 19:53:36 +00:00
Debug npm list in CI
Execute npm list after the tests in Travis
This commit is contained in:
parent
bf24ee369f
commit
2e48099070
@ -12,6 +12,8 @@ script:
|
|||||||
- grunt
|
- grunt
|
||||||
- npm run test:unit
|
- npm run test:unit
|
||||||
- npm run test:e2e
|
- npm run test:e2e
|
||||||
|
after_script:
|
||||||
|
- npm list
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- node_modules
|
- node_modules
|
||||||
|
@ -13,6 +13,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
|
|
||||||
### Updated
|
### Updated
|
||||||
- Changed 'default.js' - listen on all attached interfaces by default
|
- Changed 'default.js' - listen on all attached interfaces by default
|
||||||
|
- Add execution of `npm list` after the test are ran in Travis CI.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user