[debug] log npm packages

This commit is contained in:
Paul O’Shannessy
2016-03-21 16:03:41 -07:00
parent 5d7f398ca8
commit 6a072b3f81
+1
View File
@@ -19,6 +19,7 @@ before_install:
npm --version
script:
- |
npm ls --depth=0
if [ "$TEST_TYPE" = build_website ]; then
if [ "$TRAVIS_BRANCH" = "$REACT_WEBSITE_BRANCH" ] && [ "$TRAVIS_PULL_REQUEST" = false ]; then
set -e