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 1629103 commit 9266ed1Copy full SHA for 9266ed1
.travis.yml
@@ -70,7 +70,7 @@ matrix:
70
- >-
71
git diff --name-only --diff-filter=d FETCH_HEAD..HEAD \
72
| ( grep '.\(c\|cpp\|h\|hpp\|py\)$' || true ) \
73
- | ( grep -v '^tools/test/toolchains/api_test.py') \
+ | ( grep -v '^tools/test/toolchains/api_test.py' || true ) \
74
| while read file; do cp --parents "${file}" SCANCODE; done
75
- scancode -l --json-pp scancode.json SCANCODE
76
- python ./tools/test/travis-ci/scancode-evaluate.py -f scancode.json || true
0 commit comments