From 648522cdf1631f3e4731f65e80ee707251a230ec Mon Sep 17 00:00:00 2001 From: Paul Cochrane Date: Mon, 3 Jul 2017 17:19:30 +0200 Subject: [PATCH] Extend list of Perls in Travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index c3932eb..a42137c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,5 +8,7 @@ perl: - "5.18" - "5.20" - "5.22" + - "5.24" + - "5.26" install: cpanm --quiet --notests AnyEvent autodie Plack HTTP::Request::Common Test::Class Test::More parent script: prove -l