diff options
author | Paweł Chmielowski <pchmielowski@process-one.net> | 2018-11-19 13:53:06 +0100 |
---|---|---|
committer | Paweł Chmielowski <pchmielowski@process-one.net> | 2018-11-19 13:53:06 +0100 |
commit | 8e3bbcac9f49b45d32755d5f233f9945a1108c82 (patch) | |
tree | 7cc0436c75c175188aac24b5ca7efd32e9966203 | |
parent | Third time's the charm? Let load scheme before changing permissions (diff) |
Another attempt for db access on travis
-rw-r--r-- | .travis.yml | 1 |
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 |