Merge branch 'master' of https://github.com/major/MySQLTuner-perl
This commit is contained in:
commit
9bdad9a1b8
1 changed files with 35 additions and 30 deletions
17
.travis.yml
17
.travis.yml
|
@ -2,7 +2,8 @@ sudo: false
|
|||
|
||||
language: perl
|
||||
perl:
|
||||
- "blead"
|
||||
- "5.24"
|
||||
- "5.22"
|
||||
- "5.20"
|
||||
- "5.18"
|
||||
- "5.16"
|
||||
|
@ -19,9 +20,12 @@ matrix:
|
|||
- addons:
|
||||
mariadb: "10.0"
|
||||
perl: "5.20"
|
||||
# - addons:
|
||||
# mariadb: "10.1"
|
||||
# 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
|
||||
|
@ -34,7 +38,8 @@ install:
|
|||
- cpanm --quiet --notest Text::Template
|
||||
- cpanm --quiet --notest JSON
|
||||
|
||||
script:
|
||||
before_script:
|
||||
- echo -e "[client]\nuser=root\npassword=\"\"" > .my.cnf
|
||||
- chmod 600 .my.cnf
|
||||
- ./mysqltuner.pl --idxstat --dbstat
|
||||
|
||||
script: ./mysqltuner.pl --idxstat --dbstat
|
||||
|
|
Loading…
Reference in a new issue