From 5a4b958a92019d0bde4ff2968ad70475f27f499d Mon Sep 17 00:00:00 2001 From: Griatch Date: Wed, 20 Mar 2019 00:07:14 +0100 Subject: [PATCH] Debug output from settings file --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index bdbe91e3e8..f55a344c0b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,6 +32,7 @@ install: before_script: - evennia --init testing_mygame - cp .travis/${TESTING_DB}_settings.py testing_mygame/server/conf/settings.py + - head -n 100 testing_mygame/server/conf/settings.py - cd testing_mygame - evennia migrate