1
0
mirror of synced 2026-01-13 07:09:37 +00:00

Travis CI: Test more Perl versions

Enable fast finish and allow "bleed" to fail.
This commit is contained in:
Axel Beckert 2020-10-23 14:44:13 +02:00
parent f5e7a2d441
commit b40759e8d8

View File

@ -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