提交 08917e08 编写于 作者: Y Yu Yang

Make Travis-CI pre-commit check more readable.

上级 18fabf62
...@@ -12,6 +12,9 @@ cd .. ...@@ -12,6 +12,9 @@ cd ..
export PATH=/usr/bin:$PATH export PATH=/usr/bin:$PATH
pre-commit install pre-commit install
clang-format --version clang-format --version
pre-commit run -a
if ! pre-commit run -a ; then
git diff --exit-code
fi
trap : 0 trap : 0
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册