Browse Source

Travis: Update clang-format version in shell script

Rémi Verschelde 7 years ago
parent
commit
36efa7d445
1 changed files with 1 additions and 1 deletions
  1. 1 1
      misc/travis/clang-format.sh

+ 1 - 1
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