Skip to content

Commit

Permalink
Build results of b832784 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Jan 18, 2015
1 parent 89a2283 commit 6d4b77d
Show file tree
Hide file tree
Showing 18 changed files with 466 additions and 364 deletions.
92 changes: 46 additions & 46 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,57 +1,57 @@
language: perl
sudo: false
matrix:
allow_failures:
- perl: "5.8"
- env: STERILIZE_ENV=0 RELEASE_TESTING=1 AUTHOR_TESTING=1
- env: STERILIZE_ENV=0 DEVELOPER_DEPS=1
include:
- perl: "5.21"
env: STERILIZE_ENV=0 COVERAGE_TESTING=1
- perl: "5.21"
env: STERILIZE_ENV=1
- perl: "5.8"
env: STERILIZE_ENV=0
- perl: "5.10"
env: STERILIZE_ENV=0
- perl: "5.12"
env: STERILIZE_ENV=0
- perl: "5.14"
env: STERILIZE_ENV=0
- perl: "5.16"
env: STERILIZE_ENV=0
- perl: "5.20"
env: STERILIZE_ENV=0
- perl: "5.21"
env: STERILIZE_ENV=0
- perl: "5.8"
env: STERILIZE_ENV=1
- perl: "5.10"
env: STERILIZE_ENV=1
- perl: "5.20"
env: STERILIZE_ENV=1
- perl: "5.21"
env: STERILIZE_ENV=0 DEVELOPER_DEPS=1
- perl: "5.21"
env: STERILIZE_ENV=0 RELEASE_TESTING=1 AUTHOR_TESTING=1
---
after_failure:
- perl ./maint-travis-ci/report_fail_ctx.pl
before_install:
- perlbrew list
- time git clone --depth 10 https://github.com/kentfredric/travis-scripts.git maint-travis-ci
- time git -C ./maint-travis-ci reset --hard master
- time perl ./maint-travis-ci/branch_reset.pl
- time perl ./maint-travis-ci/sterilize_env.pl
before_script:
- time perl ./maint-travis-ci/before_script.pl
branches:
only:
- master
- build/master
- releases
install:
- time perl ./maint-travis-ci/install_deps_early.pl
- time perl ./maint-travis-ci/install_deps.pl
before_script:
- time perl ./maint-travis-ci/before_script.pl
language: perl
matrix:
allow_failures:
- perl: 5.8
- env: STERILIZE_ENV=0 RELEASE_TESTING=1 AUTHOR_TESTING=1
- env: STERILIZE_ENV=0 DEVELOPER_DEPS=1
include:
- env: STERILIZE_ENV=0 COVERAGE_TESTING=1
perl: 5.21
- env: STERILIZE_ENV=1
perl: 5.21
- env: STERILIZE_ENV=0
perl: 5.8
- env: STERILIZE_ENV=0
perl: 5.10
- env: STERILIZE_ENV=0
perl: 5.12
- env: STERILIZE_ENV=0
perl: 5.14
- env: STERILIZE_ENV=0
perl: 5.16
- env: STERILIZE_ENV=0
perl: 5.20
- env: STERILIZE_ENV=0
perl: 5.21
- env: STERILIZE_ENV=1
perl: 5.8
- env: STERILIZE_ENV=1
perl: 5.10
- env: STERILIZE_ENV=1
perl: 5.20
- env: STERILIZE_ENV=0 DEVELOPER_DEPS=1
perl: 5.21
- env: STERILIZE_ENV=0 RELEASE_TESTING=1 AUTHOR_TESTING=1
perl: 5.21
script:
- time perl ./maint-travis-ci/script.pl
after_failure:
- perl ./maint-travis-ci/report_fail_ctx.pl
branches:
only:
- "master"
- "build/master"
- "releases"

sudo: false
11 changes: 11 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
Release history for Acme-CPANAuthors-MBTI

0.001001 2015-01-18T07:51:34Z 65b7481
[Bugfix]
- Have CPANAuthors that supports empty namespaces in ::CPANAuthors

[Dependencies::Stats]
- Dependencies changed since 0.001000, see misc/*.deps* for details
- configure: -1 (recommends: ↓1)
- develop: +3 -1 (recommends: ↓1, suggests: ↑1)
- runtime: +1
- test: -1 (recommends: ↓2)

0.001000 2014-12-26T11:48:13Z 70a79bf
- First version.

6 changes: 3 additions & 3 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This software is copyright (c) 2014 by Kent Fredric <kentfredric@gmail.com>.
This software is copyright (c) 2015 by Kent Fredric <kentfredric@gmail.com>.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
Expand All @@ -12,7 +12,7 @@ b) the "Artistic License"

--- The GNU General Public License, Version 1, February 1989 ---

This software is Copyright (c) 2014 by Kent Fredric <kentfredric@gmail.com>.
This software is Copyright (c) 2015 by Kent Fredric <kentfredric@gmail.com>.

This is free software, licensed under:

Expand Down Expand Up @@ -272,7 +272,7 @@ That's all there is to it!

--- The Artistic License 1.0 ---

This software is Copyright (c) 2014 by Kent Fredric <kentfredric@gmail.com>.
This software is Copyright (c) 2015 by Kent Fredric <kentfredric@gmail.com>.

This is free software, licensed under:

Expand Down
2 changes: 1 addition & 1 deletion MANIFEST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.029.
# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.031.
.gitignore
.mailmap
.perltidyrc
Expand Down
Loading

0 comments on commit 6d4b77d

Please sign in to comment.