summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2015-05-11 17:13:50 -0400
committerJesse Luehrs <doy@tozt.net>2015-05-11 17:13:50 -0400
commitbb7a5524d6aced5dc52aeda0a424180d49365fa0 (patch)
tree6b0e1b6cea638d559e76b9f835954ec09e31c319
parentf76a19a13268d60479c32fc1f347f15d15fe37d1 (diff)
downloadeval-closure-bb7a5524d6aced5dc52aeda0a424180d49365fa0.tar.gz
eval-closure-bb7a5524d6aced5dc52aeda0a424180d49365fa0.zip
packaging
-rw-r--r--.travis.yml6
-rw-r--r--dist.ini2
2 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 69dc335..e649e7e 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 48dd486..52b5d04 100644
--- a/dist.ini
+++ b/dist.ini
@@ -4,7 +4,7 @@ license = Perl_5
copyright_holder = Jesse Luehrs
[@DOY]
-:version = 0.11
+:version = 0.15
dist = Eval-Closure
repository = github
bugtracker_web = https://github.com/doy/eval-closure/issues