diff --git a/travis/before_script.bash b/travis/before_script.bash index bcf748a1..923b7d06 100755 --- a/travis/before_script.bash +++ b/travis/before_script.bash @@ -11,6 +11,7 @@ then psql -U postgres -c "create user pgx_ssl SUPERUSER PASSWORD 'secret'" psql -U postgres -c "create user pgx_md5 SUPERUSER PASSWORD 'secret'" psql -U postgres -c "create user pgx_pw SUPERUSER PASSWORD 'secret'" + psql -U postgres -c "create user travis" psql -U postgres -c "create user pgx_replication with replication password 'secret'" psql -U postgres -c "create user \" tricky, ' } \"\" \\ test user \" superuser password 'secret'" fi