Skip to content

Commit

Permalink
change dist so travis can test older perls
Browse files Browse the repository at this point in the history
  • Loading branch information
garu committed Jan 13, 2021
1 parent 6c3be99 commit 85017d9
Showing 1 changed file with 17 additions and 12 deletions.
29 changes: 17 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,29 @@
dist: trusty
language: perl

perl:
- "5.10"
- "5.12"
- "5.14"
- "5.16"
- "5.18"
- "5.20"
- "5.22"
- "5.24"
- "5.26"
- "5.28"
- "5.30"
- "5.32"
- "blead"
- "5.32"
- "5.30"
- "5.28"
- "5.26"
- "5.24"
- "5.22"
- "5.20"
- "5.18"
- "5.16"
- "5.14"
- "5.12"
- "5.10"

sudo: false

matrix:
include:
- perl: 5.32
env: COVERAGE=1 DDPTESTCOVERAGE=1
allow_failures:
- perl: blead

before_install:
- eval $(curl https://travis-perl.github.io/init) --auto

0 comments on commit 85017d9

Please sign in to comment.