Fix travis

This commit is contained in:
M1ha 2021-07-06 16:06:54 +05:00
parent a8da089401
commit 4904b7cc65

View File

@ -91,7 +91,7 @@ install:
before_script:
# Output software versions
- cat /etc/postgresql/$PG/main/pg_hba.conf
- sudo cat /etc/postgresql/$PG/main/pg_hba.conf
- clickhouse-client --query "SELECT version();"
- psql -tc 'SHOW server_version' -U postgres