Travis: Update clang-format to 6.0

This commit is contained in:
James Rowe 2018-01-20 01:09:19 -07:00
parent ea88c44eb8
commit ee958102f0
2 changed files with 5 additions and 2 deletions

View file

@ -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