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 14714a8 commit 85233e0Copy full SHA for 85233e0
.travis.yml
@@ -87,11 +87,13 @@ matrix:
87
- |
88
if [ $COUNT == 0 ] && [ $COUNT_NEW_FILES == 0 ]; then
89
echo "License check OK";
90
+ true;
91
elif [ $COUNT_NEW_FILES != 0 ]; then
92
echo "License check failed, new files with the license issues found";
93
false;
94
else
95
echo "License check failed, please review license issues found in modified files";
96
+ false;
97
fi
98
99
- <<: *basic-vm
0 commit comments