mirror of
https://github.com/carrotquest/django-clickhouse.git
synced 2024-11-22 00:56:37 +03:00
Bugfix in config
This commit is contained in:
parent
29988649f5
commit
49a3018d03
|
@ -1,4 +1,4 @@
|
|||
dist: xenial
|
||||
dist: trusty
|
||||
sudo: required
|
||||
language: python
|
||||
cache:
|
||||
|
@ -34,6 +34,9 @@ env:
|
|||
- PG=9.6 CLICKHOUSE=19.4 DJANGO=2.1
|
||||
- PG=10 CLICKHOUSE=19.4 DJANGO=2.1
|
||||
- PG=11 CLICKHOUSE=19.4 DJANGO=2.1
|
||||
- PG=9.6 CLICKHOUSE=19.4 DJANGO=2.2
|
||||
- PG=10 CLICKHOUSE=19.4 DJANGO=2.2
|
||||
- PG=11 CLICKHOUSE=19.4 DJANGO=2.2
|
||||
|
||||
before_install:
|
||||
# Use default PostgreSQL 11 port
|
||||
|
|
Loading…
Reference in New Issue
Block a user