use tidy-all in travis.yml

这个提交包含在:
Thom Wiggers 2019-01-16 13:55:48 +01:00
父节点 c0deaa4952
当前提交 377669decd
找不到此签名对应的密钥
GPG 密钥 ID: 001BB0A7CE26E363

查看文件

@ -6,6 +6,6 @@ compiler:
script:
- make test-all
- make tidy-all
- make check-format
- make tidy
# vim: set ft=yaml ts=2 sw=2 tw=0 et :