Skip to content
This repository was archived by the owner on Oct 9, 2023. It is now read-only.

Commit 34bd5ec

Browse files
committed
do not merge: more npm ls output
1 parent 00c4b0f commit 34bd5ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ before_install:
1515
- 'nvm install-latest-npm'
1616
install:
1717
- 'if [ "${TRAVIS_NODE_VERSION}" = "0.6" ]; then nvm install --latest-npm 0.8 && npm install && nvm use "${TRAVIS_NODE_VERSION}"; else npm install; fi;'
18-
- 'npm ls > /dev/null'
18+
- 'npm prune && npm ls' # > /dev/null'
1919
script:
2020
- 'if [ -n "${PRETEST-}" ]; then npm run pretest ; fi'
2121
- 'if [ -n "${POSTTEST-}" ]; then npm run posttest ; fi'

0 commit comments

Comments
 (0)