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 b0ac873 commit f7bf625Copy full SHA for f7bf625
.travis.yml
@@ -76,7 +76,6 @@ 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
- - ls SCANCODE
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