Skip to content

Commit

Permalink
Revert "Make clang-format always succeed, but keep it running."
Browse files Browse the repository at this point in the history
This reverts commit f9e2adf.
Use the "no fail" approach instead.
  • Loading branch information
Axel-Naumann committed Nov 15, 2017
1 parent d4c115f commit 2da155f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ script:
echo -e "\tgit checkout $TRAVIS_BRANCH"
echo -e "\tgit-clang-format --commit $BASE_COMMIT --diff --binary $(which clang-format)"
echo "$RESULT_OUTPUT"
exit 0
exit 1
fi
elif [[ $TOOL == clang-tidy* ]]; then
CLANG_TIDY_CHECKS='-*'
Expand Down

0 comments on commit 2da155f

Please sign in to comment.