diff options
author | Matthew Somerville <matthew@mysociety.org> | 2017-07-04 10:53:17 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-07-06 10:34:33 +0100 |
commit | 56a7b02e0c94aad778e7efeee6e9e2a33747e64a (patch) | |
tree | 97850005372abd59ff2634294fbb0bbda8fe2f86 /.travis.yml | |
parent | 01b426f5ec48bc8b9cd90c85bd3e8782aec03767 (diff) |
[Travis] Test perl 5.24 as used by Debian stretch.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 1718c0d42..8abd9d5ea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,8 +14,11 @@ language: perl perl: - "5.14" # wheezy, precise - "5.18" # trusty - - "5.20" # jessie, vivid, wily - - "5.22" # stretch, xenial + - "5.20" # jessie + - "5.22" # xenial + - "5.24" # stretch, zesty +# Params::Classify breaks in 5.26, and Lingua::EN::Tagger needs upgrading +# - "5.26" env: global: |