Skip to content

Commit

Permalink
[qa] Change PostgreSQL database port back to default value & Allow pe…
Browse files Browse the repository at this point in the history
…er authentication for user "postgres"
  • Loading branch information
hemache committed Nov 11, 2020
1 parent 191209b commit 0040739
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ before_install:
- sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable -y
- sudo apt-get update -q
- sudo apt-get install binutils libproj-dev gdal-bin -y
- sudo sed -i 's/port = 5433/port = 5432/' /etc/postgresql/12/main/postgresql.conf
- sudo sed -i -e '/local.*peer/s/postgres/all/' -e 's/peer\|md5/trust/g' /etc/postgresql/12/main/pg_hba.conf
- sudo systemctl restart postgresql@12-main
- sudo cat /var/log/postgresql/postgresql-12-main.log
- pip install -U pip setuptools wheel
- pip install -U -r requirements-test.txt
install:
Expand Down

0 comments on commit 0040739

Please sign in to comment.