Fix typo in travis clang-format comment version name

This commit is contained in:
Alexandre Paré 2017-10-23 09:05:42 -04:00
parent 68943acd67
commit d7c65b76d9

View File

@ -6,7 +6,7 @@ if grep -nr '\s$' src *.yml *.txt *.md Doxyfile .gitignore .gitmodules .travis*
exit 1
fi
# Default clang-format points to default 3.5 version one
# Default clang-format points to default 3.9 version one
CLANG_FORMAT=clang-format-3.9
$CLANG_FORMAT --version