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
No known key found for this signature in database
GPG Key ID: E426891B5F978B1B

View File

@ -171,7 +171,7 @@ script:
after_success:
- |
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
- |
if [ -n "${COVERAGE}" ]; then