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 88b27f4Copy full SHA for 88b27f4
.travis.yml
@@ -68,7 +68,9 @@ matrix:
68
git diff --name-only --diff-filter=d FETCH_HEAD..HEAD \
69
| ( grep '.\(c\|cpp\|h\|hpp\)$' || true ) \
70
| while read file; do cp --parents "${file}" SCANCODE; done
71
+ - git diff --name-only --diff-filter=d FETCH_HEAD..HEAD
72
- scancode -l --json-pp scancode.json SCANCODE
73
+ - cat scancode.json
74
- python ./tools/test/travis-ci/scancode.py -f scancode.json
75
76
- <<: *basic-vm
0 commit comments