summaryrefslogtreecommitdiffstats
path: root/.travis/clang-format/script.sh
diff options
context:
space:
mode:
authorJames Rowe <jroweboy@gmail.com>2018-01-20 09:09:19 +0100
committerJames Rowe <jroweboy@gmail.com>2018-01-21 00:45:11 +0100
commit425b3923d23d1ba09293416d8cbe667952701ac1 (patch)
tree197200823396ef307993838b3951b7575534a1cc /.travis/clang-format/script.sh
parentFormat: Run the new clang format on everything (diff)
downloadyuzu-425b3923d23d1ba09293416d8cbe667952701ac1.tar
yuzu-425b3923d23d1ba09293416d8cbe667952701ac1.tar.gz
yuzu-425b3923d23d1ba09293416d8cbe667952701ac1.tar.bz2
yuzu-425b3923d23d1ba09293416d8cbe667952701ac1.tar.lz
yuzu-425b3923d23d1ba09293416d8cbe667952701ac1.tar.xz
yuzu-425b3923d23d1ba09293416d8cbe667952701ac1.tar.zst
yuzu-425b3923d23d1ba09293416d8cbe667952701ac1.zip
Diffstat (limited to '.travis/clang-format/script.sh')
-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 80a0f47e5..0f6e8e6e4 100755
--- a/.travis/clang-format/script.sh
+++ b/.travis/clang-format/script.sh
@@ -7,7 +7,7 @@ if grep -nr '\s$' src *.yml *.txt *.md Doxyfile .gitignore .gitmodules .travis*
fi
# Default clang-format points to default 3.5 version one
-CLANG_FORMAT=clang-format-3.9
+CLANG_FORMAT=clang-format-6.0
$CLANG_FORMAT --version
if [ "$TRAVIS_EVENT_TYPE" = "pull_request" ]; then