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:
authorPiwik Automation <hello@piwik.org>2014-08-21 00:44:38 +0400
committerPiwik Automation <hello@piwik.org>2014-08-21 00:44:38 +0400
commitee7d998062d768e27416f0d6e54b4d844cf2e666 (patch)
tree64975dbc04c48b835d0f3688bcf08915eda16c90 /.travis.yml
parent3aa13be7542fa624fe05aa6e4c4d688c65df1de5 (diff)
.travis.yml file is out of date, auto-updating .travis.yml file.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 95003d4a40..8c02710ccc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -98,7 +98,7 @@ before_script:
- mysql -e "SELECT VERSION();"
# configure mysql
- - mysql -e "SET GLOBAL sql_mode = 'NO_ENGINE_SUBSTITUTION'" # Travis default
+ - mysql -e "SET GLOBAL sql_mode = 'NO_ENGINE_SUBSTITUTION,ONLY_FULL_GROUP_BY'" # Travis default
# Uncomment to enable sql_mode STRICT_TRANS_TABLES (new default in Mysql 5.6)
#- mysql -e "SET GLOBAL sql_mode = 'NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES'"