Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Travis-CI configuration file #8

Merged
merged 1 commit into from Nov 1, 2015

Commits on Nov 1, 2015

  1. Add Travis-CI configuration file

    The [Travis-CI](https://travis-ci.org) continous integration service allows
    open source projects to check their software for free.  This commit adds the
    relevant configuration file so that Plack::App::FakeApache1 will be tested
    automatically on pushes to the GitHub repository.
    
    The current setup includes a workaround for how the Git::CommitBuild
    Dist::Zilla plugin behaves on the Travis infrastructure.  The plugin tries
    to create a branch, which it can't do since the git user.name and user.email
    configuration options aren't set.  It is likely that as soon as Travis
    upgrades their infrastructure to use git 2.x that this issue will go away
    (on other test machines this problem didn't occur even though user.name and
    user.email weren't set, however they used git 2.x.
    
    Assuming the current pod-coverage test failures can be fixed, then the
    `--noauthor` option can be removed from the call to `dzil test` and
    eventually the `--release` option to `dzil test` can be added.
    Paul Cochrane committed Nov 1, 2015
    Configuration menu
    Copy the full SHA
    852082b View commit details
    Browse the repository at this point in the history