Skip to content

Commit

Permalink
Merge pull request #240 from cloos/travis
Browse files Browse the repository at this point in the history
update .travis.yml

Thanks @cloos
  • Loading branch information
jmrenouard committed Aug 29, 2016
2 parents 736fc24 + 51359e5 commit 7c48c27
Showing 1 changed file with 35 additions and 30 deletions.
65 changes: 35 additions & 30 deletions .travis.yml
Expand Up @@ -2,39 +2,44 @@ sudo: false

language: perl
perl:
- "blead"
- "5.20"
- "5.18"
- "5.16"
- "5.14"
- "5.12"
- "5.10"
- "5.8"
- "5.24"
- "5.22"
- "5.20"
- "5.18"
- "5.16"
- "5.14"
- "5.12"
- "5.10"
- "5.8"

matrix:
include:
- addons:
mariadb: "5.5"
perl: "5.20"
- addons:
mariadb: "10.0"
perl: "5.20"
# - addons:
# mariadb: "10.1"
# perl: "5.20"
include:
- addons:
mariadb: "5.5"
perl: "5.20"
- addons:
mariadb: "10.0"
perl: "5.20"
- addons:
mariadb: "10.1"
perl: "5.20"
- addons:
mariadb: "10.2"
perl: "5.20"

before_install:
- git clone git://github.com/haarg/perl-travis-helper
- source perl-travis-helper/init
- build-perl
- perl -V
- git clone git://github.com/haarg/perl-travis-helper
- source perl-travis-helper/init
- build-perl
- perl -V

install:
- cpanm --quiet --notest Data::Dumper
- cpanm --quiet --notest Text::Template
- cpanm --quiet --notest JSON

script:
- echo -e "[client]\nuser=root\npassword=\"\"" > .my.cnf
- chmod 600 .my.cnf
- ./mysqltuner.pl --idxstat --dbstat
- cpanm --quiet --notest Data::Dumper
- cpanm --quiet --notest Text::Template
- cpanm --quiet --notest JSON

before_script:
- echo -e "[client]\nuser=root\npassword=\"\"" > .my.cnf
- chmod 600 .my.cnf

script: ./mysqltuner.pl --idxstat --dbstat

0 comments on commit 7c48c27

Please sign in to comment.