diff options
author | James Rowe <jroweboy@gmail.com> | 2018-01-20 09:09:19 +0100 |
---|---|---|
committer | James Rowe <jroweboy@gmail.com> | 2018-01-21 00:45:11 +0100 |
commit | 425b3923d23d1ba09293416d8cbe667952701ac1 (patch) | |
tree | 197200823396ef307993838b3951b7575534a1cc /.travis/clang-format/script.sh | |
parent | Format: Run the new clang format on everything (diff) | |
download | yuzu-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 '')
-rwxr-xr-x | .travis/clang-format/script.sh | 2 |
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 |