Skip to content

Commit

Permalink
.travis.yml: Adjust build jobs
Browse files Browse the repository at this point in the history
- Add Perl 5.28
- Remove older Perl versions no longer officially supported (see https://metacpan.org/pod/perlpolicy#MAINTENANCE-AND-SUPPORT)
  • Loading branch information
zakame committed Nov 10, 2018
1 parent 2498b5d commit e327600
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
language: perl
sudo: false
perl:
- "5.12"
- "5.14"
- "5.16"
- "5.18"
- "5.20"
- "5.22"
- "5.24"
- "5.26"
- "5.28"
- dev
matrix:
include:
- perl: 5.26
- perl: "5.28"
env: COVERAGE=1
before_install:
- eval $(curl https://travis-perl.github.io/init) --auto

0 comments on commit e327600

Please sign in to comment.