summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2016-05-29 00:22:44 -0400
committerJesse Luehrs <doy@tozt.net>2016-05-29 00:22:44 -0400
commit5844493331e8937cae716e39573f9f574459656c (patch)
tree61abd6967dbc25fddd81e81fe618c81752fb0507
parent34bee03bc2e6a4e898eb6dd90f1ffaf70f75fd2d (diff)
downloadreply-5844493331e8937cae716e39573f9f574459656c.tar.gz
reply-5844493331e8937cae716e39573f9f574459656c.zip
dzil no longer supports perls before 5.14
-rw-r--r--.travis.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 060ad29..91e0385 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,8 +6,6 @@ perl:
- "5.18"
- "5.16"
- "5.14"
- - "5.12"
- - "5.10"
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)