fix travis maybe

This commit is contained in:
Thomas Steen Rasmussen 2020-06-27 21:22:00 +02:00
parent d83428b2b0
commit 2d38afdb04
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ addons:
before_script:
- psql -U postgres -c "CREATE EXTENSION postgis"
- psql -U postgres -c "CREATE EXTENSION btree_gist"
- psql -U postgres -c "CREATE ROLE bornhack WITH SUPERUSER LOGIN PASSWORD 'bornhack';"
install: