From ab626cc3f6ff77eeb2e53ec1f44ccb7685da174e Mon Sep 17 00:00:00 2001 From: Thomas Steen Rasmussen Date: Sun, 12 Jul 2020 23:07:55 +0200 Subject: [PATCH] we still need the user --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index cb876b76..e684f55a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,9 @@ addons: packages: - postgresql-10-postgis-2.5 +before_script: + - psql -U postgres -c "CREATE ROLE bornhack WITH SUPERUSER LOGIN PASSWORD 'bornhack';" + install: - pip install -r src/requirements/dev.txt