aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Chmielowski <pchmielowski@process-one.net>2018-11-19 13:53:06 +0100
committerPaweł Chmielowski <pchmielowski@process-one.net>2018-11-19 13:53:06 +0100
commit8e3bbcac9f49b45d32755d5f233f9945a1108c82 (patch)
tree7cc0436c75c175188aac24b5ca7efd32e9966203
parentThird time's the charm? Let load scheme before changing permissions (diff)
Another attempt for db access on travis
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index fd5661bfe..e93703efc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -38,6 +38,7 @@ before_script:
- psql -U postgres -c "CREATE DATABASE ejabberd_test;"
- psql -U postgres ejabberd_test -f sql/pg.sql
- psql -U postgres -c "GRANT ALL PRIVILEGES ON DATABASE ejabberd_test TO ejabberd_test;"
+ - psql -U postgres ejabberd_test -c "GRANT ALL PRIVILEGES ON ALL TABLES IN SCHEMA public TO ejabberd_test;"
script:
- ./autogen.sh