mirror of
https://github.com/carrotquest/django-clickhouse.git
synced 2025-05-06 16:43:53 +03:00
Fix travis
This commit is contained in:
parent
b683928c2b
commit
a8da089401
|
@ -66,9 +66,10 @@ env:
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
# Use default PostgreSQL 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/{10,11}/main/pg_hba.conf
|
- sudo cp /etc/postgresql/{9.6,10}/main/pg_hba.conf
|
||||||
- sudo cp /etc/postgresql/{10,12}/main/pg_hba.conf
|
- sudo cp /etc/postgresql/{9.6,11}/main/pg_hba.conf
|
||||||
|
- sudo cp /etc/postgresql/{9.6,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