diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2019-05-20 13:52:34 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2019-05-20 14:35:56 +0200 |
commit | b00d7bfc3fe02af23581eebf2b4bb0522c462b3c (patch) | |
tree | c40f0e7adb8598b0dfdbe344e56a7c9bc3d414a4 /misc | |
parent | 6920c82742c1cf074938595fa5707fa6d0854947 (diff) | |
download | redot-engine-b00d7bfc3fe02af23581eebf2b4bb0522c462b3c.tar.gz |
Travis: Update clang-format to version 8.0
Diffstat (limited to 'misc')
-rwxr-xr-x | misc/travis/clang-format.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/travis/clang-format.sh b/misc/travis/clang-format.sh index ee4d0b2a10..5463a6cedf 100755 --- a/misc/travis/clang-format.sh +++ b/misc/travis/clang-format.sh @@ -1,6 +1,6 @@ #!/bin/sh -CLANG_FORMAT=clang-format-6.0 +CLANG_FORMAT=clang-format-8 if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then # Check the whole commit range against $TRAVIS_BRANCH, the base merge branch |