use tidy-all in travis.yml

This commit is contained in:
Thom Wiggers 2019-01-16 13:55:48 +01:00
부모 c0deaa4952
커밋 377669decd
No known key found for this signature in database
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 :