use tidy-all in travis.yml

Esse commit está contido em:
Thom Wiggers 2019-01-16 13:55:48 +01:00
commit 377669decd
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados
ID da chave GPG: 001BB0A7CE26E363

Ver arquivo

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