Syntax fix

This commit is contained in:
Griatch 2019-03-24 14:53:29 +01:00
parent dc51fc66e8
commit 4001da059c

View file

@ -39,7 +39,7 @@ before_script:
- cp .travis/${TESTING_DB}_settings.py testing_mygame/server/conf/settings.py
- cd testing_mygame
- evennia migrate
- mysql -u root -e "ALTER TABLE `accounts_accountdb` CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;"
- mysql -u root -e "ALTER TABLE accounts_accountdb CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;" evennia
- evennia collectstatic --noinput
script: