From e08c4cff1331a41c88cd48620bbff9ddb6113c08 Mon Sep 17 00:00:00 2001 From: Patrick Niklaus Date: Fri, 27 May 2016 21:05:43 +0200 Subject: [PATCH] Make PRs fail if they don't adhere to our style format --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5a36c4122..fa5c64314 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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