Skip to content
This repository has been archived by the owner on Feb 1, 2020. It is now read-only.

Commit

Permalink
add support for passing in a CFORMAT env var to tell travis where the…
Browse files Browse the repository at this point in the history
… clang-format binary is
  • Loading branch information
AndrewSB committed Aug 22, 2017
1 parent 69094e7 commit 278515d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Support/Testing/Travis/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 278515d

Please sign in to comment.