From 7826cab7cabfcccc1632a5a1f763747fac1b5334 Mon Sep 17 00:00:00 2001 From: Jean-Marie Renouard Date: Sat, 22 Sep 2018 05:17:26 +0000 Subject: [PATCH] Update travis tests including MySQL 5.5, 5.6, 5.7, 8.0 including more tests using --verbose options --- .travis.yml | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index e59150f..8128ed4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ perl: - "5.14" - "5.12" - "5.10" - - "5.8" +# - "5.8" matrix: include: @@ -26,7 +26,19 @@ matrix: - addons: mariadb: "10.2" perl: "5.20" - + - addons: + mysql: "5.5" + perl: "5.20" + - addons: + mysql: "5.6" + perl: "5.20" + - addons: + mysql: "5.7" + perl: "5.20" + - addons: + mysql: "8" + perl: "5.20" + before_install: - git clone git://github.com/haarg/perl-travis-helper - source perl-travis-helper/init @@ -45,4 +57,4 @@ before_script: script: - perlcritic --exclude InputOutput::ProhibitInteractiveTest mysqltuner.pl - - ./mysqltuner.pl --idxstat --dbstat + - ./mysqltuner.pl --verbose --tbstat