Skip to content

Commit

Permalink
Travis: Create the database in a different way
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Sep 25, 2020
1 parent 54de901 commit 2aa0dad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,6 @@ before_script:
- sudo service postgresql stop
- sudo -u postgres sed -i "s/port = 54[0-9][0-9]/port = 5432/" /etc/postgresql/11/main/postgresql.conf
- sudo service postgresql start 11
- psql -U postgres -c 'create database unittest'
- sudo cat /etc/postgresql/11/main/pg_hba.conf
- sudo -u postgres psql -c 'create database unittest'

0 comments on commit 2aa0dad

Please sign in to comment.