1
1
mirror of https://github.com/henrydcase/pqc.git synced 2024-11-22 15:39:07 +00:00

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
No known key found for this signature in database
GPG Key ID: 001BB0A7CE26E363

View File

@ -6,6 +6,6 @@ compiler:
script: script:
- make test-all - make test-all
- make tidy-all
- make check-format - make check-format
- make tidy
# vim: set ft=yaml ts=2 sw=2 tw=0 et : # vim: set ft=yaml ts=2 sw=2 tw=0 et :