Hi All The recent instability of Jenkins prompted me to set up Travis CI to build the PDFBox mirror on GitHub. Automatic builds are triggered after every commit, and they can often run much faster than on the busy Jenkins server, so this gives committers an additional means to quickly determine if their build has problems or not.
The builds are public at: https://travis-ci.org/apache/pdfbox The Jenkins build is still the “ground truth” and passing that is what counts, it *might* be possible to pass Travis CI and still fail on Jenkins, so that’s something to keep in mind. -- John
