From b8180268e5e840b37ff77464367e1f47022b522f Mon Sep 17 00:00:00 2001 From: Griatch Date: Wed, 20 Mar 2019 00:01:50 +0100 Subject: [PATCH] Correct bash structure --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 21268a1947..bdbe91e3e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ install: before_script: - evennia --init testing_mygame - - 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 - evennia migrate