Skip to content

Commit

Permalink
Travis: try to mix distros to test perls from v5.8 to v5.32
Browse files Browse the repository at this point in the history
  • Loading branch information
chocolateboy committed Aug 2, 2020
1 parent a83f874 commit a3e4030
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
dist: trusty # 5.8 and 5.10 are missing from the default dist (currently Xenial for perl)
dist: bionic
language: perl
perl:
- "5.8"
- "5.10"
- "5.20"
- "5.30"
- "5.32" # not available yet
matrix:
allow_failures:
- perl: "5.32"
include:
- perl: "5.8"
dist: trusty
- perl: "5.10"
dist: trusty
- perl: "5.20"
dist: trusty
- perl: "5.30"
- perl: "5.32"

0 comments on commit a3e4030

Please sign in to comment.