mirror of https://github.com/ARMmbed/mbed-os.git
travis: fix license ok, return true
parent
14714a8055
commit
85233e066a
|
|
@ -87,11 +87,13 @@ matrix:
|
|||
- |
|
||||
if [ $COUNT == 0 ] && [ $COUNT_NEW_FILES == 0 ]; then
|
||||
echo "License check OK";
|
||||
true;
|
||||
elif [ $COUNT_NEW_FILES != 0 ]; then
|
||||
echo "License check failed, new files with the license issues found";
|
||||
false;
|
||||
else
|
||||
echo "License check failed, please review license issues found in modified files";
|
||||
false;
|
||||
fi
|
||||
|
||||
- <<: *basic-vm
|
||||
|
|
|
|||
Loading…
Reference in New Issue