use tidy-all in travis.yml

This commit is contained in:
Thom Wiggers 2019-01-16 13:55:48 +01:00
父節點 c0deaa4952
當前提交 377669decd
沒有發現已知的金鑰在資料庫的簽署中
GPG Key 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 :