diff --git a/.travis.yml b/.travis.yml index e3e8e9ca08..f589a8ba97 100644 --- a/.travis.yml +++ b/.travis.yml @@ -81,6 +81,8 @@ matrix: - | if [ $COUNT == 0 ]; then echo "License check OK"; + STATUSM="All licenses OK"; + set_status "success" "$STATUSM"; else echo "License check failed, please review license issues found"; STATUSM="Needs review, ${COUNT} license issues found";