From 961f9c1da1f3657de5ecbd9a6f083e571a31f074 Mon Sep 17 00:00:00 2001 From: Maurice Aubrey Date: Sun, 23 Oct 2016 10:05:22 -0700 Subject: [PATCH] update travis to use perl 5.22 for testing --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index af48d93..9bc1f91 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: perl perl: - - 5.19 + - 5.22 - 5.14 - 5.8 services: postgresql