Skip to content

Commit 92711bd

Browse files
committed
travis: fix scancode status if all OK
1 parent 3c441eb commit 92711bd

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
@@ -81,6 +81,8 @@ matrix:
8181
- |
8282
if [ $COUNT == 0 ]; then
8383
echo "License check OK";
84+
STATUSM="All licenses OK";
85+
set_status "success" "$STATUSM";
8486
else
8587
echo "License check failed, please review license issues found";
8688
STATUSM="Needs review, ${COUNT} license issues found";

0 commit comments

Comments
 (0)