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 9220b6e commit df3182cCopy full SHA for df3182c
.travis.yml
@@ -69,6 +69,7 @@ matrix:
69
| ( grep '.\(c\|cpp\|h\|hpp\)$' || true ) \
70
| while read file; do cp --parents "${file}" SCANCODE; done
71
- scancode -l --json-pp scancode.json SCANCODE
72
+ - echo scancode.json
73
- python ./tools/test/travis-ci/scancode.py -f scancode.json
74
75
- <<: *basic-vm
0 commit comments