Travis CI: Test more Perl versions
Enable fast finish and allow "bleed" to fail.
This commit is contained in:
parent
f5e7a2d441
commit
b40759e8d8
@ -1,5 +1,7 @@
|
||||
language: perl
|
||||
perl:
|
||||
- "5.32"
|
||||
- "5.30"
|
||||
- "5.28"
|
||||
- "5.26"
|
||||
- "5.24"
|
||||
@ -10,6 +12,13 @@ perl:
|
||||
- "5.14"
|
||||
- "5.12"
|
||||
- "5.10"
|
||||
- "dev"
|
||||
- "blead"
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
allow_failures:
|
||||
- perl: blead
|
||||
|
||||
before_install:
|
||||
- sudo apt-get update
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user