diff options
author | Matthew Somerville <matthew@mysociety.org> | 2016-03-18 11:45:19 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-03-23 09:27:10 +0000 |
commit | b33eb7d3bd02ece9ff70a215290a233f6e480378 (patch) | |
tree | 77eb62f6238351301b3117ad8caae3cdeba97b93 /.travis.yml | |
parent | 5fa83565612ca0631e8c57862d39dba26b927cb1 (diff) |
[Travis] Test multiple perl versions.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 4 insertions, 1 deletions
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: |