Skip to content

Commit

Permalink
Really enable the STRICT_TRANS_TABLES, let's see if any of our tests …
Browse files Browse the repository at this point in the history
…fail

Refs #279
  • Loading branch information
mattab committed May 18, 2014
1 parent d137479 commit 316d9f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -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
Expand Down

0 comments on commit 316d9f4

Please sign in to comment.