From bca2f85fb381c77ffbd2c0192685c64607844aac Mon Sep 17 00:00:00 2001 From: Graham Ollis Date: Thu, 31 Jul 2014 08:24:57 -0400 Subject: [PATCH] update travis --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e969421..93534ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,8 @@ install: - cpanm -n Template script: HARNESS_IS_VERBOSE=1 prove -v -Ilib t perl: - - "5.19" + - "5.21" + - "5.20" - "5.18" - "5.16" - "5.14"