Syntax fix
This commit is contained in:
parent
771bd22459
commit
ee1e7c6a7d
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ before_script:
|
||||||
- cp .travis/${TESTING_DB}_settings.py testing_mygame/server/conf/settings.py
|
- cp .travis/${TESTING_DB}_settings.py testing_mygame/server/conf/settings.py
|
||||||
- cd testing_mygame
|
- cd testing_mygame
|
||||||
- evennia migrate
|
- 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
|
- evennia collectstatic --noinput
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue