summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2015-01-17 15:27:07 -0500
committerJesse Luehrs <doy@tozt.net>2015-01-17 15:27:07 -0500
commit50b1e23a32183acda2e274a288ecaee21a6aac6b (patch)
tree8f76bd620f5387dbc27ef59866c34b2fd8f68712
parent5bad2ce46e2e1b0a70995fcc6c3cb2013a667cb1 (diff)
downloadpackage-stash-50b1e23a32183acda2e274a288ecaee21a6aac6b.tar.gz
package-stash-50b1e23a32183acda2e274a288ecaee21a6aac6b.zip
update Pod::Coverage on travis
it keeps failing incorrectly
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index afa6ef1..e5590bd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,6 +10,8 @@ install:
- 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)
+ # installed version of Pod::Coverage on travis is buggy
+ - cpanm -q --notest Pod::Coverage || (cat /home/travis/.cpanm/build.log; false)
- cpanm -q --notest Package::Anon || true
script:
- dzil test --all