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
|
||||
- npm run test:unit
|
||||
- npm run test:e2e
|
||||
after_script:
|
||||
- npm list
|
||||
cache:
|
||||
directories:
|
||||
- node_modules
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user