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