summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-12-17 16:45:13 -0500
committerJesse Luehrs <doy@tozt.net>2013-12-17 16:45:13 -0500
commit8ae00f1c8b296344c8d849d4700fb904f8eaf7a6 (patch)
tree984b9405ec8fdb44da0ac8ff75286b2377c840c6
parenta2ed0bc2c81c02a53729d48159cc7233d793e3f9 (diff)
downloaddist-checkconflicts-8ae00f1c8b296344c8d849d4700fb904f8eaf7a6.tar.gz
dist-checkconflicts-8ae00f1c8b296344c8d849d4700fb904f8eaf7a6.zip
packaging
-rw-r--r--.travis.yml6
-rw-r--r--dist.ini6
2 files changed, 4 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index e9f133b..655229f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,8 +7,8 @@ perl:
- "5.12"
- "5.10"
install:
- - cpanm -q --notest Dist::Zilla
- - dzil authordeps --missing | cpanm -q --notest
- - dzil listdeps --author --missing | cpanm -q --notest
+ - cpanm -q --notest Dist::Zilla || (cat /home/travis/.cpanm/build.log; false)
+ - dzil authordeps --missing | cpanm -q --notest || (cat /home/travis/.cpanm/build.log; false)
+ - dzil listdeps --author --missing | cpanm -q --notest || (cat /home/travis/.cpanm/build.log; false)
script:
- dzil test --all
diff --git a/dist.ini b/dist.ini
index 5e207b7..14ad5ae 100644
--- a/dist.ini
+++ b/dist.ini
@@ -4,13 +4,9 @@ license = Perl_5
copyright_holder = Jesse Luehrs
[@DOY]
-:version = 0.11
+:version = 0.14
dist = Dist-CheckConflicts
repository = github
-bugtracker_web = https://github.com/doy/dist-checkconflicts/issues
-bugtracker_mailto =
[AutoPrereqs]
skip = ^(?:Foo|Bar|Baz)(?:$|::)
-
-[ContributorsFromGit]