We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d276a04 commit c94b791Copy full SHA for c94b791
.travis.yml
@@ -123,6 +123,10 @@ before_script:
123
# set up postgresql database
124
- psql -c "CREATE ROLE rounduptest WITH CREATEDB LOGIN PASSWORD 'rounduptest';" -U postgres
125
126
+ # HACK: workaround mysql bug: http://bugs.mysql.com/bug.php?id=74901
127
+ # needed for test_mysql.mysqlDBTest.testFilteringSpecialChars
128
+ - sed -i 's/CREATE DATABASE \%s/CREATE DATABASE \%s COLLATE utf8_general_ci/'
129
+
130
# build the .mo translation files and install them into a tree
131
# (locale/locale under roundup directory root)
132
# suitable for use by gettext.
0 commit comments