diff --git a/Support/Testing/Travis/script.sh b/Support/Testing/Travis/script.sh index 026c1c6e8..3d6141deb 100755 --- a/Support/Testing/Travis/script.sh +++ b/Support/Testing/Travis/script.sh @@ -12,7 +12,7 @@ top="$(git rev-parse --show-toplevel)" source "$top/Support/Scripts/common.sh" -cformat="clang-format-4.0" +cformat=${CFORMAT:-clang-format-4.0} "$top/Support/Testing/Travis/travis-hacks.sh"