create travis user

This commit is contained in:
Robert Lechte 2018-01-12 11:53:11 +11:00
parent 76e8a3b551
commit 8b13cd8cd4

View File

@ -11,3 +11,4 @@ sudo cp /etc/postgresql/{9.6,10}/main/pg_hba.conf
echo "Restarting Postgres 10"
sudo service postgresql restart
sudo psql -c 'CREATE ROLE travis SUPERUSER LOGIN CREATEDB;' -U postgres