mirror of
https://github.com/duncs/clusterssh.git
synced 2025-04-21 00:59:07 +00:00
30 lines
512 B
YAML
30 lines
512 B
YAML
language: perl
|
|
perl:
|
|
- blead
|
|
- dev
|
|
# No clean build due to removal of '.' from lib path
|
|
# - 5.26
|
|
- 5.24
|
|
- 5.22
|
|
- 5.20
|
|
- 5.18
|
|
- 5.16
|
|
- 5.14
|
|
- 5.12
|
|
- 5.10
|
|
# stopping builds; is anyone really still using this version?
|
|
# - 5.8
|
|
matrix:
|
|
include:
|
|
- perl: 5.24
|
|
env: COVERAGE=1
|
|
allow_failures:
|
|
- perl: blead
|
|
- perl: blead-thr
|
|
sudo: false
|
|
env:
|
|
global:
|
|
- RELEASE_TESTING=1
|
|
- AUTHOR_TESTING=1
|
|
before_install:
|
|
- eval $(curl https://travis-perl.github.io/init) --auto
|