mirror of
https://github.com/carrotquest/django-clickhouse.git
synced 2025-05-29 02:03:22 +03:00
Fix travis
This commit is contained in:
parent
a0188c96ac
commit
ae9de722c6
|
@ -61,9 +61,10 @@ env:
|
||||||
- PG=12 DJANGO=3.2
|
- PG=12 DJANGO=3.2
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
# Use default PostgreSQL 11 port
|
# Use default PostgreSQL port
|
||||||
- sudo sed -i 's/port = 54../port = 5432/' /etc/postgresql/$PG/main/postgresql.conf
|
- sudo sed -i 's/port = 54../port = 5432/' /etc/postgresql/$PG/main/postgresql.conf
|
||||||
- sudo cp /etc/postgresql/{9.6,$PG}/main/pg_hba.conf
|
- sudo cp /etc/postgresql/{10,11}/main/pg_hba.conf
|
||||||
|
- sudo cp /etc/postgresql/{10,12}/main/pg_hba.conf
|
||||||
|
|
||||||
# Start PostgreSQL version we need
|
# Start PostgreSQL version we need
|
||||||
- sudo systemctl stop postgresql
|
- sudo systemctl stop postgresql
|
||||||
|
|
Loading…
Reference in New Issue
Block a user