Merge pull request #967 from roramirez/show-test-build-npm-dependencies

Debug npm list in CI
This commit is contained in:
Michael Teeuw 2017-07-31 15:03:25 +02:00 committed by GitHub
commit bb7faf0fb3
2 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,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

View File

@ -14,6 +14,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
- Fixed issue with incorrect allignment of analog clock when displayed in the center column of the MM. - Fixed issue with incorrect allignment of analog clock when displayed in the center column of the MM.