use tidy-all in travis.yml

This commit is contained in:
Thom Wiggers 2019-01-16 13:55:48 +01:00
parent c0deaa4952
commit 377669decd
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG: 001BB0A7CE26E363

Vedi File

@ -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 :