diff --git a/plugins/CoreConsole/templates/travis.yml.twig b/plugins/CoreConsole/templates/travis.yml.twig
index 33a9ece8b33961d0c27af4cfc909f6959d51f026..c2e52defad9dd80155a968e69bc320b5231a995a 100644
--- a/plugins/CoreConsole/templates/travis.yml.twig
+++ b/plugins/CoreConsole/templates/travis.yml.twig
@@ -103,7 +103,7 @@ before_script:
   - mysql -e "SELECT VERSION();"
 
   # configure mysql
-  - mysql -e "SET GLOBAL sql_mode = 'NO_ENGINE_SUBSTITUTION,ONLY_FULL_GROUP_BY'" # Travis default
+  - mysql -e "SET GLOBAL sql_mode = 'NO_ENGINE_SUBSTITUTION,ONLY_FULL_GROUP_BY,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'"
@@ -163,4 +163,4 @@ after_success:
 
 
 {{ extraSections|trim|raw }}
-{%- endif -%}
\ No newline at end of file
+{%- endif -%}