From: Dagfinn Ilmari Mannsåker Date: Mon, 8 May 2017 09:48:16 +0000 (+0100) Subject: Run Travis-CI test on the latest two stable perls X-Git-Tag: 0.07047~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c7406d49395cda8befc6069e5c461c4cc131cd6c;p=dbsrgits%2FDBIx-Class-Schema-Loader.git Run Travis-CI test on the latest two stable perls --- diff --git a/.travis.yml b/.travis.yml index b29d35d..4ec44d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -68,10 +68,10 @@ x_disabled_notifications: language: perl perl: - - 5.20-extras - - "5.20" # needs quoting due to trailing zero - - 5.18-extras - - 5.18 + - 5.24-extras + - 5.24 + - 5.22-extras + - 5.22 env: - CLEANTEST=false DBICTEST_DB2=true