mirror of
https://github.com/carrotquest/django-clickhouse.git
synced 2025-03-12 14:55:46 +03:00
Fix travis
This commit is contained in:
parent
fcd0718ca1
commit
47fffd2663
|
@ -62,10 +62,10 @@ env:
|
|||
|
||||
before_install:
|
||||
# Use default PostgreSQL 11 port
|
||||
- sudo sed -i 's/port = 5433/port = 5432/' /etc/postgresql/11/main/postgresql.conf
|
||||
- sudo sed -i 's/port = 54../port = 5432/' /etc/postgresql/11/main/postgresql.conf
|
||||
- sudo cp /etc/postgresql/{10,11}/main/pg_hba.conf
|
||||
|
||||
- sudo sed -i 's/port = 5434/port = 5432/' /etc/postgresql/12/main/postgresql.conf
|
||||
- sudo sed -i 's/port = 54../port = 5432/' /etc/postgresql/12/main/postgresql.conf
|
||||
- sudo cp /etc/postgresql/{10,12}/main/pg_hba.conf
|
||||
|
||||
# Start PostgreSQL version we need
|
||||
|
|
Loading…
Reference in New Issue
Block a user