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 12:36:44 +0400
committerPiwik Automation <hello@piwik.org>2014-08-21 12:36:44 +0400
commit8064b2c8390aee73ef5ab78c2cc8afb55eb3b097 (patch)
treef6cba2eb84cfdd9360847cecc00a66349c68d8c8 /.travis.yml
parent079bb73a0625435ca48f788b3361cd165a01175b (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 ad2bc02986..6b6933248b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -120,7 +120,7 @@ before_script:
- mysql -e "SET GLOBAL sql_mode = 'NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES'" # 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'"
+ - mysql -e "SET GLOBAL sql_mode = 'NO_ENGINE_SUBSTITUTION'"
- mysql -e "SELECT @@sql_mode;"
- mysql -e "SHOW GLOBAL VARIABLES;"