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

Conversation

paultcochrane
Copy link
Contributor

The Travis-CI 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.

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.
chizmw added a commit that referenced this pull request Nov 1, 2015
@chizmw chizmw merged commit a382927 into chizmw:master Nov 1, 2015
chizmw added a commit that referenced this pull request Nov 15, 2015
 - Merged pull-requests from Paul Cochrane:
   - #6 replace NoTabsTests
   - #7 add missing abstracts (for dzil)
   - #8 add Travis config
   - #9 purge trailing whitespace
   - #10 fix POD errors
   - #11 update dist.ini
   - #12 add missing strictures
   - #13 remove shebang in tests
   - #14 fix typos in POD
   - #15 fix tests on non-English locales
   - #16 increase error severity in call handler
 - Resolve "[PkgVersion] no blank line for $VERSION after package" with dzil prep
 - add skeleton POD for methods
   unhelpfully empty but keeps pod-coverage tests happy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants