From 14d71b2ec577163ee4c88ae8eb30b7cb2cfda3a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=AD=C3=B0ir=20Valberg=20Gu=C3=B0mundsson?= Date: Thu, 28 Mar 2019 01:10:16 +0100 Subject: [PATCH] Should be able to create test database. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 36b7920c..af9bdee7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ install: - pip install -r src/requirements/dev.txt before_script: - - psql -c "CREATE ROLE bornhack WITH LOGIN PASSWORD 'bornhack';" + - psql -c "CREATE ROLE bornhack WITH CREATEDB LOGIN PASSWORD 'bornhack';" script: - cp src/bornhack/environment_settings.py.dist.dev src/bornhack/environment_settings.py