From 3b7cb6722c42211319bd4c9ef5b9e7e95cb0e3c1 Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Sat, 20 Jun 2015 16:10:59 +0200 Subject: [PATCH] Add perl 5.22 to Travis CI --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 4cbb89cace..bf27536526 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ perl: - "5.14" - "5.18" - "5.20" + - "5.22" branches: only: - master