Skip to content

Commit

Permalink
make CI aware of 5.32 while also able to build 5.12 and lower
Browse files Browse the repository at this point in the history
  • Loading branch information
garu committed Jan 14, 2021
1 parent 85017d9 commit fa6fbe8
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
dist: trusty
dist: focal
language: perl

perl:
- "blead"
- "5.32"
- "5.30"
- "5.28"
- "5.26"
Expand All @@ -13,15 +12,19 @@ perl:
- "5.18"
- "5.16"
- "5.14"
- "5.12"
- "5.10"

sudo: false

matrix:
jobs:
fast_finish: true
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 fa6fbe8

Please sign in to comment.