We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a52ae4b commit ebcba18Copy full SHA for ebcba18
.travis.yml
@@ -39,6 +39,7 @@ before_install:
39
- sudo apt-get install binutils libproj-dev gdal-bin -y
40
- sudo cat /var/log/postgresql/postgresql-12-main.log
41
- sudo sed -i 's/port = 5433/port = 5432/' /etc/postgresql/12/main/postgresql.conf
42
+ - sudo sed -i -e '/local.*peer/s/postgres/all/' -e 's/peer\|md5/trust/g' /etc/postgresql/12/main/pg_hba.conf
43
- sudo systemctl restart postgresql@12-main
44
45
- pip install -U pip setuptools wheel
0 commit comments