Run Travis-CI test on the latest two stable perls
Dagfinn Ilmari Mannsåker [Mon, 8 May 2017 09:48:16 +0000 (10:48 +0100)]
.travis.yml

index b29d35d..4ec44d3 100644 (file)
@@ -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