I wonder if https://github.com/apache/jmeter can be integrated with Travis-CI. It could be used to check basic things like: 1) patch is compilable (against different JDK versions) 2) code style is OK. It might be even a single rule like "no tabs" 3) unit tests pass 4) integration tests (like testing with current jmeter-plugins) pass
I've seen other Apache projects using Travis. The basic configuration is just a .travis.yml file. More advanced could publish artifacts somewhere (e.g. Maven Central) for external consumption. Any interest in setting that up? Vladimir
