From 4522b7f31b7e753f4e19af60e55633d7c3e0ee52 Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Sat, 14 Jun 2014 23:12:29 +0200 Subject: [PATCH] Add 5.20 to Travis CI builds --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 6b5086838..d7f3d7e72 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ perl: - "5.12" - "5.14" - "5.18" + - "5.20" branches: only: - master