Skip to content

Commit 306e1a7

Browse files
committed
Print npm dependency version in Travis
1 parent 7f21688 commit 306e1a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ cache:
1717
- node_modules
1818

1919
before_script:
20+
- npm list --depth=0 # Prints the installed dependency versions.
2021
- export PYTHONPATH=.
2122
- export CLARIFAI_APP_ID="$(python scripts/app_and_key_for_tests.py --create-app javascript-travis)"
2223
- export CLARIFAI_API_KEY="$(python scripts/app_and_key_for_tests.py --create-key ${CLARIFAI_APP_ID})"

0 commit comments

Comments
 (0)