提交 eb46232a 编写于 作者: Y Yu Yang 提交者: GitHub

Merge pull request #910 from reyoung/feature/make_travis_ci_more_readable

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