Removing Perl 5.12 from Travis CI, adding 5.20
This commit is contained in:
parent
73eb11b395
commit
0d822f0ec2
@ -2,9 +2,9 @@ language: perl
|
|||||||
install: true
|
install: true
|
||||||
script: perl ./Build.PL
|
script: perl ./Build.PL
|
||||||
perl:
|
perl:
|
||||||
- "5.12"
|
|
||||||
- "5.14"
|
- "5.14"
|
||||||
- "5.18"
|
- "5.18"
|
||||||
|
- "5.20"
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
Loading…
Reference in New Issue
Block a user