summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml6
-rw-r--r--dist.ini4
2 files changed, 4 insertions, 6 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 ac0cd15..d4ae3ae 100644
--- a/dist.ini
+++ b/dist.ini
@@ -4,11 +4,9 @@ license = MIT
copyright_holder = Jesse Luehrs
[@DOY]
-:version = 0.11
+:version = 0.14
dist = Catalyst-View-Spreadsheet-Template
repository = github
-bugtracker_web = https://github.com/doy/catalyst-view-spreadsheet-template/issues
-bugtracker_mailto =
[AutoPrereqs]
[Prereqs / TestRequires]