Fix travis

This commit is contained in:
M1ha 2021-07-06 11:22:03 +05:00
parent 47fffd2663
commit e26819d605

View File

@ -88,6 +88,8 @@ install:
before_script: before_script:
# Output software versions # Output software versions
- cat /etc/postgresql/$PG/main/postgresql.conf | grep "port"
- service postgresql status
- clickhouse-client --query "SELECT version();" - clickhouse-client --query "SELECT version();"
- psql -tc 'SHOW server_version' -U postgres - psql -tc 'SHOW server_version' -U postgres