Run tidy.py on Travis.

This commit is contained in:
Ms2ger 2014-07-11 13:21:00 +02:00
parent f65da65426
commit 44a76e542f
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
cd build
../configure
make -j2 && make check-servo
make tidy && make -j2 && make check-servo