summaryrefslogtreecommitdiff
path: root/.travis
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2020-08-02 20:40:28 -0400
committerLioncash <mathew1800@gmail.com>2020-08-02 20:55:54 -0400
commit0105368cc122c8aabfd60ebda3498c7666aef29c (patch)
treecd00f1ab6a31ea154b2314ac7a36ec0f49dd87d4 /.travis
parent05781ce8c4dd4d4150185effac56ef9a71ae2705 (diff)
ci: Make use of clang-format 10.0
10.0 seems to play nicer with C++ attributes compared to clang-format 6.0.
Diffstat (limited to '.travis')
-rwxr-xr-x.travis/clang-format/script.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/clang-format/script.sh b/.travis/clang-format/script.sh
index 3eff6322f..56a785fe0 100755
--- a/.travis/clang-format/script.sh
+++ b/.travis/clang-format/script.sh
@@ -7,7 +7,7 @@ if grep -nrI '\s$' src *.yml *.txt *.md Doxyfile .gitignore .gitmodules .travis*
fi
# Default clang-format points to default 3.5 version one
-CLANG_FORMAT=clang-format-6.0
+CLANG_FORMAT=clang-format-10.0
$CLANG_FORMAT --version
if [ "$TRAVIS_EVENT_TYPE" = "pull_request" ]; then