Skip to content

Commit

Permalink
force CI dist with all perls
Browse files Browse the repository at this point in the history
  • Loading branch information
garu committed Jan 14, 2021
1 parent fa6fbe8 commit efaf061
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dist: focal
dist: xenial
language: perl

perl:
Expand All @@ -12,6 +12,8 @@ perl:
- "5.18"
- "5.16"
- "5.14"
- "5.12"
- "5.10"

sudo: false

Expand All @@ -20,11 +22,6 @@ jobs:
include:
- perl: 5.32
env: COVERAGE=1 DDPTESTCOVERAGE=1
# 5.12 and lower are not available on recent dists
- perl: 5.10
dist: trusty
- perl: 5.12
dist: trusy
allow_failures:
- perl: blead

Expand Down

0 comments on commit efaf061

Please sign in to comment.