summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2016-05-25 02:05:31 -0400
committerJesse Luehrs <doy@tozt.net>2016-05-25 02:05:31 -0400
commit2195b871b1d300deddf363e1c2e7ce4719ec6a0d (patch)
treefa697fb6c0358b8029f8017e7aa55a954a8934ad
parent8eeb1337b3acd1984e9db5548dfb9301e756623d (diff)
downloadspreadsheet-parsexlsx-2195b871b1d300deddf363e1c2e7ce4719ec6a0d.tar.gz
spreadsheet-parsexlsx-2195b871b1d300deddf363e1c2e7ce4719ec6a0d.zip
stop testing on pre-5.14 perls
since dzil no longer supports them
-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)