From 5844493331e8937cae716e39573f9f574459656c Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 29 May 2016 00:22:44 -0400 Subject: dzil no longer supports perls before 5.14 --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) (limited to '.travis.yml') 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-54-g00ecf