From: Karen Etheridge Date: Sat, 29 Feb 2020 18:49:16 +0000 (-0800) Subject: test on latest perls X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5549d5c352fcdd008cab5094b76cfbbc156974c4;p=p5sagit%2FSafe-Isa.git test on latest perls --- diff --git a/.travis.yml b/.travis.yml index ad093ab..710c4c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,8 @@ language: perl perl: - blead # builds perl from git - dev # latest point release + - "5.30" + - "5.28" - "5.26" - "5.24" - "5.22"