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 5d7f398 commit 6a072b3Copy full SHA for 6a072b3
.travis.yml
@@ -19,6 +19,7 @@ before_install:
19
npm --version
20
script:
21
- |
22
+ npm ls --depth=0
23
if [ "$TEST_TYPE" = build_website ]; then
24
if [ "$TRAVIS_BRANCH" = "$REACT_WEBSITE_BRANCH" ] && [ "$TRAVIS_PULL_REQUEST" = false ]; then
25
set -e
0 commit comments