Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 9187d619b6..f627127ecb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -110,9 +110,9 @@ before_script:
- mysql -e "SET GLOBAL sql_mode = 'NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES'" # Travis default
# try to avoid mysql has gone away errors
- mysql -e "SET GLOBAL wait_timeout = 36000;"
- - mysql -e "SET GLOBAL max_allowed_packet = 128M;"
- - mysql -e "SHOW VARIABLES max_allowed_packet;"
- - mysql -e "SHOW VARIABLES wait_timeout;"
+ - mysql -e "SET GLOBAL max_allowed_packet = 134209536;"
+ - mysql -e "SHOW VARIABLES LIKE 'max_allowed_packet';"
+ - mysql -e "SHOW VARIABLES LIKE 'wait_timeout';"
- mysql -e "SELECT @@sql_mode;"
# - mysql -e "SHOW GLOBAL VARIABLES;"