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