mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-11 23:37:52 +00:00
Travis: Use a stable version of clang-format
This commit is contained in:
parent
41dc2fcac7
commit
cd529f7414
3 changed files with 9 additions and 4 deletions
|
@ -12,7 +12,7 @@ fi
|
|||
# Only run clang-format on Linux because we don't have 4.0 on OS X images
|
||||
if [ "$TRAVIS_OS_NAME" = "linux" ]; then
|
||||
# Default clang-format points to default 3.5 version one
|
||||
CLANG_FORMAT=clang-format-4.0
|
||||
CLANG_FORMAT=clang-format-3.9
|
||||
$CLANG_FORMAT --version
|
||||
|
||||
if [ "$TRAVIS_EVENT_TYPE" = "pull_request" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue