Merge pull request #240 from cloos/travis

update .travis.yml

Thanks @cloos
This commit is contained in:
Jean-Marie Renouard 2016-08-29 16:53:34 +02:00 committed by GitHub
commit 7c48c27568

View file

@ -2,7 +2,8 @@ sudo: false
language: perl language: perl
perl: perl:
- "blead" - "5.24"
- "5.22"
- "5.20" - "5.20"
- "5.18" - "5.18"
- "5.16" - "5.16"
@ -19,9 +20,12 @@ matrix:
- addons: - addons:
mariadb: "10.0" mariadb: "10.0"
perl: "5.20" perl: "5.20"
# - addons: - addons:
# mariadb: "10.1" mariadb: "10.1"
# perl: "5.20" perl: "5.20"
- addons:
mariadb: "10.2"
perl: "5.20"
before_install: before_install:
- git clone git://github.com/haarg/perl-travis-helper - git clone git://github.com/haarg/perl-travis-helper
@ -34,7 +38,8 @@ install:
- cpanm --quiet --notest Text::Template - cpanm --quiet --notest Text::Template
- cpanm --quiet --notest JSON - cpanm --quiet --notest JSON
script: before_script:
- echo -e "[client]\nuser=root\npassword=\"\"" > .my.cnf - echo -e "[client]\nuser=root\npassword=\"\"" > .my.cnf
- chmod 600 .my.cnf - chmod 600 .my.cnf
- ./mysqltuner.pl --idxstat --dbstat
script: ./mysqltuner.pl --idxstat --dbstat