Skip to content

Commit 4a6e9d7

Browse files
committed
test: remove test echo
1 parent 986cd09 commit 4a6e9d7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.travis.yml

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

7977
- <<: *basic-vm

0 commit comments

Comments
 (0)