summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMattias Päivärinta <mattias.paivarinta@iis.se>2017-09-27 15:45:30 +0200
committerMattias Päivärinta <mattias.paivarinta@iis.se>2017-09-27 15:45:30 +0200
commitd06cd675ad39711e2332a099e0cdbca59e7e081c (patch)
tree9772dd67ca3e693388945d63fee51120e0d99e22 /.travis.yml
parent00ad06fd3030ba4d24537cc189b9dc263068ed88 (diff)
Drop support for perl 5.10, 5.12, add 5.22, 5.24
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index a3feeee..4e25a70 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,9 +1,9 @@
language: perl
perl:
+ - "5.24"
+ - "5.22"
- "5.20"
- "5.18"
- "5.16"
- "5.14"
- - "5.12"
- - "5.10"
before_install: cpanm --quiet --notest Devel::CheckLib