Travis: Update clang-format version in shell script

(cherry picked from commit 36efa7d445)
This commit is contained in:
Rémi Verschelde 2018-07-18 17:49:01 +02:00
parent 4d89153e5f
commit 69cdb35820
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
CLANG_FORMAT=clang-format-5.0 CLANG_FORMAT=clang-format-6.0
if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
# Check the whole commit range against $TRAVIS_BRANCH, the base merge branch # Check the whole commit range against $TRAVIS_BRANCH, the base merge branch