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 c83b875 commit bc5ff60Copy full SHA for bc5ff60
.travis.yml
@@ -77,7 +77,9 @@ script:
77
if [ "$RESULT_OUTPUT" == "no modified files to format" ] || [ "$RESULT_OUTPUT" == "clang-format did not modify any files" ] ; then
78
exit 0;
79
else
80
+ echo -e "\tgit-clang-format-7 --commit $BASE_COMMIT --diff --binary $(which clang-format-7)"
81
echo "$RESULT_OUTPUT";
82
+ sleep 5;
83
exit 1;
84
fi
85
0 commit comments