Skip to content
Extraits de code Groupes Projets
Valider 316d9f44 rédigé par mattab's avatar mattab
Parcourir les fichiers

Really enable the STRICT_TRANS_TABLES, let's see if any of our tests fail

parent d137479f
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -92,6 +92,8 @@ before_script:
- "sudo /etc/init.d/mysql.server start"
- mysql --version
- mysql -e "SELECT VERSION();"
# Enable sql_mode STRICT_TRANS_TABLES as it is the new default in Mysql 5.6
- mysql -e "SET GLOBAL sql_mode = 'NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES'"
- mysql -e "SELECT @@sql_mode;"
# Setup Piwik stack
- ./tests/travis/initiate_ui_tests.sh
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter