On 4 February 2016 at 10:56, Vladimir Sitnikov
<[email protected]> wrote:
> 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?

We already use Jenkins, which is set up to run checkstyle.
That's how I spotted the issues.

However Travis and Jenkins are run on the checked-in source - it's
already too late.

> Vladimir

Reply via email to