From 44f0af33701eac9e8ca69c919c36e642fb908033 Mon Sep 17 00:00:00 2001 From: Griatch Date: Sun, 24 Mar 2019 10:44:23 +0100 Subject: [PATCH] Correct SHOW TABLE STATUS call --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7a88caeadd..5728b3f762 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,7 +37,7 @@ before_script: - cd testing_mygame - evennia migrate - evennia collectstatic --noinput - - mysql -u root -e "SHOW TABLE STATUS;" + - mysql -u root -e "SHOW TABLE STATUS;" evennia script: - coverage run --source=../evennia --omit=*/migrations/*,*/urls.py,*/test*.py,*.sh,*.txt,*.md,*.pyc,*.service ../bin/unix/evennia test --settings=settings --keepdb evennia