diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2018-07-18 17:49:01 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2018-07-18 17:49:01 +0200 |
commit | 36efa7d4455238e44747db08298df9b1e8388172 (patch) | |
tree | 3e4de1847fc3ad0031dbe753d4f88b09ff79c869 | |
parent | 22b176f69de00815064c69bb975ff40b0b5dc5b9 (diff) |
Travis: Update clang-format version in shell script
-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 d1e37cc10e..5463998720 100755 --- a/misc/travis/clang-format.sh +++ b/misc/travis/clang-format.sh @@ -1,6 +1,6 @@ #!/bin/sh -CLANG_FORMAT=clang-format-5.0 +CLANG_FORMAT=clang-format-6.0 if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then # Check the whole commit range against $TRAVIS_BRANCH, the base merge branch |