We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c441eb commit 92711bdCopy full SHA for 92711bd
.travis.yml
@@ -81,6 +81,8 @@ matrix:
81
- |
82
if [ $COUNT == 0 ]; then
83
echo "License check OK";
84
+ STATUSM="All licenses OK";
85
+ set_status "success" "$STATUSM";
86
else
87
echo "License check failed, please review license issues found";
88
STATUSM="Needs review, ${COUNT} license issues found";
0 commit comments