From 2e480990703f1d6a57cdfc16843ddfd1be7f04ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20Ram=C3=ADrez=20Norambuena?= Date: Tue, 25 Jul 2017 09:48:20 -0400 Subject: [PATCH] Debug npm list in CI Execute npm list after the tests in Travis --- .travis.yml | 2 ++ CHANGELOG.md | 1 + 2 files changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 1e3b6a9f..8896b442 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,8 @@ script: - grunt - npm run test:unit - npm run test:e2e +after_script: + - npm list cache: directories: - node_modules diff --git a/CHANGELOG.md b/CHANGELOG.md index 90bae37b..a4f2dc11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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