2016-03-21 21:02:37 +00:00
|
|
|
language: perl
|
|
|
|
perl:
|
2017-04-13 09:23:25 +01:00
|
|
|
- blead
|
|
|
|
- dev
|
2017-08-08 20:08:53 +01:00
|
|
|
# No clean build due to removal of '.' from lib path
|
|
|
|
# - 5.26
|
2017-04-13 09:23:25 +01:00
|
|
|
- 5.24
|
|
|
|
- 5.22
|
|
|
|
- 5.20
|
|
|
|
- 5.18
|
|
|
|
- 5.16
|
|
|
|
- 5.14
|
|
|
|
- 5.12
|
|
|
|
- 5.10
|
2017-08-15 16:48:42 +01:00
|
|
|
# stopping builds; is anyone really still using this version?
|
|
|
|
# - 5.8
|
2017-04-12 23:14:39 +01:00
|
|
|
matrix:
|
|
|
|
include:
|
|
|
|
- perl: 5.24
|
|
|
|
env: COVERAGE=1
|
|
|
|
allow_failures:
|
|
|
|
- perl: blead
|
2017-04-13 09:23:25 +01:00
|
|
|
- perl: blead-thr
|
2017-04-12 23:14:39 +01:00
|
|
|
sudo: false
|
2017-04-13 09:23:25 +01:00
|
|
|
env:
|
|
|
|
global:
|
|
|
|
- RELEASE_TESTING=1
|
|
|
|
- AUTHOR_TESTING=1
|
2017-04-12 23:14:39 +01:00
|
|
|
before_install:
|
|
|
|
- eval $(curl https://travis-perl.github.io/init) --auto
|