mirror of https://github.com/ARMmbed/mbed-os.git
scancode: print files if any found
parent
1b4ad98787
commit
a0248c17ef
|
@ -76,6 +76,7 @@ matrix:
|
|||
- python ./tools/test/travis-ci/scancode-evaluate.py -f scancode.json || true
|
||||
after_success:
|
||||
- python ./tools/test/travis-ci/scancode-evaluate.py -f scancode.json
|
||||
- cat scancode-evaluate.log
|
||||
- retval=$?
|
||||
- |
|
||||
if [ $retval == 0 ]; then
|
||||
|
|
Loading…
Reference in New Issue