Skip to content
Snippets Groups Projects
Commit f9e2adf8 authored by Axel Naumann's avatar Axel Naumann
Browse files

Make clang-format always succeed, but keep it running.

parent ba47b086
Branches
Tags
No related merge requests found
...@@ -125,7 +125,7 @@ script: ...@@ -125,7 +125,7 @@ script:
echo -e "\tgit checkout $TRAVIS_BRANCH" echo -e "\tgit checkout $TRAVIS_BRANCH"
echo -e "\tgit-clang-format --commit $BASE_COMMIT --diff --binary $(which clang-format)" echo -e "\tgit-clang-format --commit $BASE_COMMIT --diff --binary $(which clang-format)"
echo "$RESULT_OUTPUT" echo "$RESULT_OUTPUT"
exit 1 exit 0
fi fi
elif [[ $TOOL == clang-tidy* ]]; then elif [[ $TOOL == clang-tidy* ]]; then
CLANG_TIDY_CHECKS='-*' CLANG_TIDY_CHECKS='-*'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment