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 2639256
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .travis.yml
@@ -1,11 +1,11 @@
dist: trusty # 5.8 and 5.10 are missing from the default dist (currently Xenial for perl)
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 2639256

Please sign in to comment.