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.
2 parents 1629103 + 9266ed1 commit 745a4b4Copy full SHA for 745a4b4
.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