Make PRs fail if they don't adhere to our style format

This commit is contained in:
Patrick Niklaus
2016-05-27 21:05:43 +02:00
parent 6e16eab6ec
commit e08c4cff13
+1 -1
View File
@@ -171,7 +171,7 @@ script:
after_success: after_success:
- | - |
if [ -n "${RUN_CLANG_FORMAT}" ]; then if [ -n "${RUN_CLANG_FORMAT}" ]; then
./scripts/format.sh || true # we don't want to fail just yet ./scripts/format.sh # we don't want to fail just yet
fi fi
- | - |
if [ -n "${COVERAGE}" ]; then if [ -n "${COVERAGE}" ]; then