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 7d17214 commit 3f9b678Copy full SHA for 3f9b678
.travis.yml
@@ -76,6 +76,7 @@ matrix:
76
| ( grep '.\(c\|cpp\|h\|hpp\|py\)$' || true ) \
77
| ( grep -v '^tools/test/toolchains/api_test.py' || true ) \
78
| while read file; do cp --parents "${file}" SCANCODE; done
79
+ - cat scancode.json
80
- scancode -l --json-pp scancode.json SCANCODE
81
- python ./tools/test/travis-ci/scancode-evaluate.py -f scancode.json || true
82
after_success:
0 commit comments