Skip to content

Commit 85233e0

Browse files
committed
travis: fix license ok, return true
1 parent 14714a8 commit 85233e0

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
@@ -87,11 +87,13 @@ matrix:
8787
- |
8888
if [ $COUNT == 0 ] && [ $COUNT_NEW_FILES == 0 ]; then
8989
echo "License check OK";
90+
true;
9091
elif [ $COUNT_NEW_FILES != 0 ]; then
9192
echo "License check failed, new files with the license issues found";
9293
false;
9394
else
9495
echo "License check failed, please review license issues found in modified files";
96+
false;
9597
fi
9698
9799
- <<: *basic-vm

0 commit comments

Comments
 (0)