From 33ba629c6d05f651bf3b3d968bcbcf96293daf66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Mart=C3=ADnez?= Date: Mon, 15 Feb 2016 13:00:21 +0100 Subject: [PATCH] Add publicuser creation to Travis config --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 8492e564..db5cd52f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,7 @@ addons: before_install: - npm install -g npm@2 - createdb template_postgis + - createuser publicuser - psql -c "CREATE EXTENSION postgis" template_postgis env: