From 2195b871b1d300deddf363e1c2e7ce4719ec6a0d Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 25 May 2016 02:05:31 -0400 Subject: stop testing on pre-5.14 perls since dzil no longer supports them --- .travis.yml | 2 -- 1 file changed, 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) -- cgit v1.2.3