Managing Your Travis CI Config Files with App::CISetup

Posted on May 24, 2019. Filed under: Uncategorized | Tags: , , , , , , , |

Managing Your Travis CI Config Files with App::CISetup If you write software, you (hopefully) write tests. If you write tests, it’s easy to forget to run them. Using Continuous Integration (CI) for your software is one way around this. Many of us use Travis CI for CI. In this post we’ll go over ways to […]

Read Full Post | Make a Comment ( Comments Off on Managing Your Travis CI Config Files with App::CISetup )

Graham Knop – “Continuous Integration for CPAN”

Posted on June 23, 2017. Filed under: Uncategorized | Tags: , , , , , , , , , |

Continuous Integration for CPAN – youtube Continuous integration helps you catch issues in your modules across a more diverse set of configurations than is easy to check manually. Travis-CI and AppVeyor are free CI solutions for open source projects that will allow automatic testing on Linux, macOS, and Windows. Extra tools exist for easy testing […]

Read Full Post | Make a Comment ( Comments Off on Graham Knop – “Continuous Integration for CPAN” )

Dist::Zilla on Travis CI

Posted on April 24, 2017. Filed under: Uncategorized | Tags: , , |

Dist::Zilla on Travis CI With Dist::Zilla (dzil), testing Perl projects on Travis CI can be a bit tricky. Here’s my approach.

Read Full Post | Make a Comment ( Comments Off on Dist::Zilla on Travis CI )

Continuous Integration. CircleCI vs Travis CI vs Jenkins

Posted on March 3, 2017. Filed under: Uncategorized | Tags: , , , , , |

Continuous Integration. CircleCI vs Travis CI vs Jenkins The main goal of continuous integration is to identify the problems that may occur during the development process earlier and more easily. If you integrate regularly — there is much less to check while looking for errors. That results in less time spent for debugging and more […]

Read Full Post | Make a Comment ( Comments Off on Continuous Integration. CircleCI vs Travis CI vs Jenkins )

Getting to Travis and GitHub Pages Quickly

Posted on August 13, 2016. Filed under: Uncategorized | Tags: , , , , , |

Getting to Travis and GitHub Pages Quickly Often, when I’m working locally I like to bounce right over to a GitHub repository url to check something. I ended up writing a bit of code to make this easier. While I was at it, I decided it would be nice to have the same thing for […]

Read Full Post | Make a Comment ( Comments Off on Getting to Travis and GitHub Pages Quickly )

Travis-CI and Perl

Posted on May 20, 2016. Filed under: Uncategorized | Tags: , , , , , , , , |

Travis-CI and Perl If you’re interested in using Travis-CI for your Perl projects, here’s a few pointers that you should not miss: Update: This talk has been uploaded to youtube.

Read Full Post | Make a Comment ( Comments Off on Travis-CI and Perl )

Testing Perl with Travis-CI

Posted on November 20, 2015. Filed under: Uncategorized | Tags: , , , , , , , , , , |

A post on perlmonks covered the setup for using Travis-CI to test perl packages hosted on Github. Includes a sample configuration file and output from a run. The author has made related posts to PerlMonks: RFC: Continuous Integration (CI) for your CPAN modules (for free!) Automate multi-perl unit testing with Perlbrew/Berrybrew

Read Full Post | Make a Comment ( Comments Off on Testing Perl with Travis-CI )

Liked it here?
Why not try sites on the blogroll...