From: Steve Hancock Date: Sat, 22 May 2021 13:47:04 +0000 (-0700) Subject: added perl 5.30 and 5.32 for Travis-ci X-Git-Tag: 20210402.01~31 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=744651bba6c3ec8943c0fe97705004a70a9c6c18;p=perltidy.git added perl 5.30 and 5.32 for Travis-ci --- diff --git a/.travis.yml b/.travis.yml index 4f08ca6e..76c88051 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ language: perl perl: + - "5.32" + - "5.30" - "5.28" - "5.26" - "5.24"