This commit allows running automated tests on this repository using travis-ci.org (Free for open source projects)
In addition to accepting this PR someone with admin access to this repository has to log in to travis using his GitHub account and enable automated builds for this repo.
EDIT: I just noticed that you are already doing builds using Jenkins, but adding this would still be a good idea, as
The result displays right next to the commit on github
It automatically tests PRs
It's easy for forks to set it up
It can test with multiple java versions (in this case openjdk8 and oraclejdk8)
This commit allows running automated tests on this repository using travis-ci.org (Free for open source projects)
In addition to accepting this PR someone with admin access to this repository has to log in to travis using his GitHub account and enable automated builds for this repo.
EDIT: I just noticed that you are already doing builds using Jenkins, but adding this would still be a good idea, as