Update travis config once more

This commit is contained in:
DariusIII
2021-01-02 18:54:11 +01:00
parent ba19564279
commit 3c8266a350
-3
View File
@@ -40,9 +40,6 @@ install:
before_script:
# Create mysql database and user.
- mysql -u root -e "SET GLOBAL innodb_file_per_table = 1;"
- mysql -u root -e "SET GLOBAL innodb_file_format = BARRACUDA;"
- mysql -u root -e "SET GLOBAL innodb_large_prefix = 1;"
- mysql -u root -e "CREATE DATABASE TEST;"
- mysql -u root -e "GRANT ALL ON TEST.* TO 'TEST'@'localhost' IDENTIFIED BY 'TEST';"
# Disable apparmor.