diff --git a/.travis.yml b/.travis.yml index 6394549ea3..1d766bc0de 100644 --- a/.travis.yml +++ b/.travis.yml @@ -70,7 +70,7 @@ matrix: - >- git diff --name-only --diff-filter=d FETCH_HEAD..HEAD \ | ( grep '.\(c\|cpp\|h\|hpp\|py\)$' || true ) \ - | ( grep -v '^tools/test/toolchains/api_test.py') \ + | ( grep -v '^tools/test/toolchains/api_test.py' || true ) \ | while read file; do cp --parents "${file}" SCANCODE; done - scancode -l --json-pp scancode.json SCANCODE - python ./tools/test/travis-ci/scancode-evaluate.py -f scancode.json || true