Try different envvar reference form
This commit is contained in:
parent
854cf96efb
commit
2b9f64a419
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ install:
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- evennia --init testing_mygame
|
- 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
|
- cd testing_mygame
|
||||||
- evennia migrate
|
- evennia migrate
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue