Skip to content

Commit 88b27f4

Browse files
committed
test: print json file
1 parent 9220b6e commit 88b27f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,9 @@ matrix:
6868
git diff --name-only --diff-filter=d FETCH_HEAD..HEAD \
6969
| ( grep '.\(c\|cpp\|h\|hpp\)$' || true ) \
7070
| while read file; do cp --parents "${file}" SCANCODE; done
71+
- git diff --name-only --diff-filter=d FETCH_HEAD..HEAD
7172
- scancode -l --json-pp scancode.json SCANCODE
73+
- cat scancode.json
7274
- python ./tools/test/travis-ci/scancode.py -f scancode.json
7375

7476
- <<: *basic-vm

0 commit comments

Comments
 (0)