ssimms / pdfapi2

Create, modify, and examine PDF files in Perl
Other
15 stars 20 forks source link

Add initial Travis-CI configuration #5

Closed paultcochrane closed 7 years ago

paultcochrane commented 7 years ago

Travis-CI is a free continuous integration service for open source projects. This PR adds an initial version of the configuration file for the Travis service. Using this configuration PDF::API2 builds and tests successfully on Perls 5.8 to 5.24.

If you have any questions or comments concerning this PR, please don't hesitate to contact me! This PR is intended to be helpful, so if it can be improved upon in any way, let me know and I'll resubmit or update as appropriate.

paultcochrane commented 7 years ago

To be honest I copied and adapted the configuration used by the Dancer2 project, since I guessed that they are brighter than I am, and hence would have good reason to use such an option. Now that I think about it, skipping the already satisfied dependencies is more the usual use-case for the end user, so maybe one can leave out --no-skip-satisfied.