Skip to content

Commit 8157fe9

Browse files
committed
Explain which tool passed.
1 parent f11a300 commit 8157fe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ script:
144144
RESULT_OUTPUT="$(git diff -U0 origin/master | clang-tidy-diff-3.9.py -p1 -clang-tidy-binary $(which clang-tidy-3.9) \
145145
-checks=$CLANG_TIDY_CHECKS)"
146146
if [[ $? -eq 0 ]]; then
147-
echo "clang-tidy passed."
147+
echo "$TOOL passed."
148148
exit 0
149149
else
150150
echo "To reproduce it locally please run"

0 commit comments

Comments
 (0)