>Feel free, but I'm not sure where to record this. I tend to use Travis badge for that. See green "build passing" here: [1]
>I wondered about this, but it increases the build time considerably. Same for me. I configure checkstyle job as a separate Travis job. It is not run by default, and it is CI-only check. See here: [2]. It is clear that unit tests pass and checkstyle fails. >That's fine, but it's quite a bit of work to do, and it won't help I can help you with getting Travis configured provided you activate Travis - Github integration for the git mirror. It would be nice if you could activate "codecov.io - github" integration as well. > and it won't help with SVN commits or non-Git patches. At least it will cover git patches. [1]: https://github.com/pgjdbc/pgjdbc#postgresql-jdbc-driver [2]: https://travis-ci.org/pgjdbc/pgjdbc/builds/107014742 Vladimir
