diff options
Diffstat (limited to 'travis.osx.script.sh')
-rwxr-xr-x | travis.osx.script.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/travis.osx.script.sh b/travis.osx.script.sh index 6eaa0885116..5058acb8d20 100755 --- a/travis.osx.script.sh +++ b/travis.osx.script.sh @@ -1,3 +1,3 @@ cd build ../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 |