Skip to content

Commit

Permalink
Use the matrix to test older Perls
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Sep 7, 2020
1 parent 6b24eeb commit 860ead5
Showing 1 changed file with 19 additions and 6 deletions.
25 changes: 19 additions & 6 deletions .travis.yml
@@ -1,10 +1,23 @@
language: perl
perl:
- "5.12"
- "5.14"
- "5.16"
- "5.18"
- "5.20"
matrix:
include:
- perl: "5.30"
- perl: "5.28"
- perl: "5.26"
- perl: "5.24"
- perl: "5.22"
- perl: "5.20"
dist: trusty
- perl: "5.18"
dist: trusty
- perl: "5.16"
dist: trusty
- perl: "5.14"
dist: trusty
- perl: "5.12"
dist: trusty
- perl: "5.10"
dist: trusty

before_install:
cpanm -n Devel::Cover::Report::Coveralls
Expand Down

0 comments on commit 860ead5

Please sign in to comment.