mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Run tidy.py on Travis.
This commit is contained in:
parent
f65da65426
commit
44a76e542f
2 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
||||||
cd build
|
cd build
|
||||||
../configure
|
../configure
|
||||||
make -j2 && make check-servo
|
make tidy && make -j2 && make check-servo
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
cd build
|
cd build
|
||||||
../configure
|
../configure
|
||||||
make -j2 && make check-servo && make check-content && make check-ref-cpu
|
make tidy && make -j2 && make check-servo && make check-content && make check-ref-cpu
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue