diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index d0dda86..0000000 --- a/.travis.yml +++ /dev/null @@ -1,54 +0,0 @@ -language: perl -perl: - - "5.24" - -os: linux -dist: focal - -services: - - docker - -env: - - DB=mariadb:5.5 - - DB=mariadb:10.2 - - DB=mariadb:10.3 - - DB=mariadb:10.4 - - DB=mariadb:10.5 - - DB=mysql:5.5 - - DB=mysql:5.7 - - DB=mysql:8.0 - - DB=percona:5.6 - - DB=percona:5.7 - - DB=percona:8.0 - -install: - - cpanm --quiet --notest Data::Dumper - - cpanm --quiet --notest JSON - - cpanm --quiet --notest Perl::Critic - - cpanm --quiet --notest Text::Template - -before_script: - - mysql --version - - mysqladmin --version - - docker run -it --name=mysqltestinstance -d -e MYSQL_ALLOW_EMPTY_PASSWORD=yes -p 3306:3306 ${DB} - - echo -e "[client]\nuser=root\npassword=\"\"\nhost=127.0.0.1" > ~/.my.cnf - - chmod 600 ~/.my.cnf - - git clone https://github.com/datacharmer/test_db.git - - cd test_db - - count=10 - - while ! mysql -e 'select version()' && [ $count -gt 0 ]; do echo $count seconds to go; sleep 1; count=$(( $count - 1 )); done - - if [[ $DB =~ .*:8.0 ]] ; then - for file in public_key.pem ca.pem server-cert.pem client-key.pem client-cert.pem ; do - docker cp mysqltestinstance:/var/lib/mysql/$file "${HOME}" ; - done ; - fi - - "cat employees.sql | grep -v 'storage_engine' | mysql" - - cd .. - -script: - - ./mysqltuner.pl --verbose --tbstat 2>stderr.txt | tee -a "stdout.txt" - -after_script: - - docker stop mysqltestinstance - - echo "Standard Output: $(cat stdout.txt)" - - echo "Standard Error : $(cat stderr.txt)" diff --git a/README.fr.md b/README.fr.md index 730493d..d89c426 100644 --- a/README.fr.md +++ b/README.fr.md @@ -2,7 +2,6 @@ [!["Buy Us A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/jmrenouard) -[![Build Status - Master](https://travis-ci.org/major/MySQLTuner-perl.svg?branch=master)](https://travis-ci.org/major/MySQLTuner-perl) [![Project Status](http://opensource.box.com/badges/active.svg)](http://opensource.box.com/badges) [![Project Status](http://opensource.box.com/badges/maintenance.svg)](http://opensource.box.com/badges) [![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/major/MySQLTuner-perl.svg)](http://isitmaintained.com/project/major/MySQLTuner-perl "Average time to resolve an issue") diff --git a/README.it.md b/README.it.md index fd81882..1aef10b 100644 --- a/README.it.md +++ b/README.it.md @@ -2,7 +2,6 @@ [!["Buy Us A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/jmrenouard) -[![Build Status - Master](https://travis-ci.org/major/MySQLTuner-perl.svg?branch=master)](https://travis-ci.org/major/MySQLTuner-perl) [![Project Status](http://opensource.box.com/badges/active.svg)](http://opensource.box.com/badges) [![Project Status](http://opensource.box.com/badges/maintenance.svg)](http://opensource.box.com/badges) [![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/major/MySQLTuner-perl.svg)](http://isitmaintained.com/project/major/MySQLTuner-perl "Average time to resolve an issue") diff --git a/README.md b/README.md index 056a78d..9fab936 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ MySQLTuner needs you Compatibility ==== -Test result are available here: [Travis CI/MySQLTuner-perl](https://travis-ci.org/major/MySQLTuner-perl) +Test result are available here: * MySQL 8.0, 8.2, 8.3 (full support) * Percona Server 8.0, 8.2, 8.3 (full support) diff --git a/README.ru.md b/README.ru.md index a069bcb..516791b 100644 --- a/README.ru.md +++ b/README.ru.md @@ -2,7 +2,6 @@ [!["Buy Us A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/jmrenouard) -[![Build Status - Master](https://travis-ci.org/major/MySQLTuner-perl.svg?branch=master)](https://travis-ci.org/major/MySQLTuner-perl) [![Project Status](http://opensource.box.com/badges/active.svg)](http://opensource.box.com/badges) [![Project Status](http://opensource.box.com/badges/maintenance.svg)](http://opensource.box.com/badges) [![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/major/MySQLTuner-perl.svg)](http://isitmaintained.com/project/major/MySQLTuner-perl "Average time to resolve an issue") @@ -40,7 +39,7 @@ MySQLTuner нуждается в вас: Совместимость ==== -Результаты тестов: [Travis CI/MySQLTuner-perl](https://travis-ci.org/major/MySQLTuner-perl) +Результаты тестов: * MySQL 8 (полная поддержка, проверка пароля не работает) * MySQL 5.7 (полная поддержка) * MySQL 5.6 (полная поддержка)