diff --git a/.travis.yml b/.travis.yml index eb6c48d9..4f0f56c8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 :