Using "clazy" and other static analysis with Travis CI?

Once upon a time, KDE offered Krazy - a static analysis tool for KDE/Qt.

There's now clazy a tool that uses clang:


This looks like a *very* useful tool for static analysis for avogadrolibs. I'm building it on my Mac and will submit relevant patches this weekend.

Is there a good way to integrate this as a pass with Travis CI (e.g., the clang build)?

-Geoff