Skip to content

Commit 953a580

Browse files
committed
travis mysql compatibility workaround
1 parent e0ff2a0 commit 953a580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ before_script:
1313
- composer self-update
1414
- composer install --dev --prefer-source
1515
- mysql -e 'create database myapp_test;'
16-
- mysql -e 'SET GLOBAL sql_mode = '';'
16+
- mysql -e "SET GLOBAL sql_mode = '';"
1717
- sed -e 's/@MYSQL_TESTDB_HOST@/'localhost'/' -e 's/@MYSQL_TESTDB_NAME@/'myapp_test'/' -e 's/@MYSQL_TESTDB_USER@/'root'/' -e 's/@MYSQL_TESTDB_PASSWORD@/''/' tests/Functional/config.php.dist > tests/Functional/config.php
1818

1919

0 commit comments

Comments
 (0)