23 lines
343 B
YAML
23 lines
343 B
YAML
language: perl
|
|
perl:
|
|
- "blead"
|
|
- "5.20"
|
|
- "5.18"
|
|
- "5.16"
|
|
- "5.14"
|
|
- "5.12"
|
|
- "5.10"
|
|
- "5.8"
|
|
- "5.6"
|
|
|
|
before_install:
|
|
- git clone git://github.com/haarg/perl-travis-helper
|
|
- source perl-travis-helper/init
|
|
- build-perl
|
|
- perl -V
|
|
|
|
install:
|
|
- cpanm --quiet --notest Data::Dumper
|
|
|
|
script:
|
|
- mysqltuner
|