summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: fca8aa2eea2192086bcf3532c9db7632daa62571 (plain)
1
2
3
4
5
6
7
8
9
10
language: perl
sudo: false
perl:
  - "5.12"
  - "5.14"
  - "5.16"
  - "5.18"
  - "5.20"
  - "5.22"