1
1

use tidy-all in travis.yml

Dieser Commit ist enthalten in:
Thom Wiggers 2019-01-16 13:55:48 +01:00
Ursprung c0deaa4952
Commit 377669decd
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 001BB0A7CE26E363

Datei anzeigen

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