You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by John Hewson <jo...@jahewson.com> on 2014/06/19 22:03:34 UTC

Travis CI

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