Skip to content

Commit

Permalink
Update Travis CI - Perl versions and Mail::SPF dependency
Browse files Browse the repository at this point in the history
- Bumped Perl supported versions
- Added Mail::SPF dependency. Zonemaster-Engine relies on Mail::SPF and there is a bug preventing its installation from cpanm. See Zonemaster-Engine commit `3ac72b0c` and/or pull request <zonemaster/zonemaster-engine#1287> for more information on this.
  • Loading branch information
tgreenx committed Dec 4, 2023
1 parent e6c1504 commit d5a0628
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ dist: focal
language: perl

perl:
- "5.32"
- "5.30.2"
- "5.36"
- "5.30"
- "5.26"
- "5.14.4"

addons:
apt:
Expand All @@ -26,6 +25,7 @@ addons:
- liblist-moreutils-perl
- liblocale-msgfmt-perl
- libmail-rfc822-address-perl
- libmail-spf-perl
- libmodule-find-perl
- libnet-ip-perl
- libpod-coverage-perl
Expand Down

0 comments on commit d5a0628

Please sign in to comment.