We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f21688 commit 306e1a7Copy full SHA for 306e1a7
.travis.yml
@@ -17,6 +17,7 @@ cache:
17
- node_modules
18
19
before_script:
20
+ - npm list --depth=0 # Prints the installed dependency versions.
21
- export PYTHONPATH=.
22
- export CLARIFAI_APP_ID="$(python scripts/app_and_key_for_tests.py --create-app javascript-travis)"
23
- export CLARIFAI_API_KEY="$(python scripts/app_and_key_for_tests.py --create-key ${CLARIFAI_APP_ID})"
0 commit comments