From b33eb7d3bd02ece9ff70a215290a233f6e480378 Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Fri, 18 Mar 2016 11:45:19 +0000 Subject: [Travis] Test multiple perl versions. --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index c0191f177..6a2085785 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,10 @@ notifications: language: perl perl: - - "5.14" + - "5.14" # wheezy, precise + - "5.18" # trusty + - "5.20" # jessie, vivid, wily + - "5.22" # stretch, xenial env: global: -- cgit v1.2.3