From 76b026c5c2b42e6a0476b3ba07ea75066c40e14c Mon Sep 17 00:00:00 2001 From: "Stefan Hornburg (Racke)" Date: Fri, 9 Oct 2020 11:45:51 +0200 Subject: [PATCH] Add Perl versions 5.28 and 5.30 to Travis configuration file. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 19cc89b9d..be05f0a47 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,8 @@ dist: trusty language: perl perl: + - "5.30" + - "5.28" - "5.26" - "5.24" - "5.22"