Segfault-Inc / Multicorn

Data Access Library
https://multicorn.org/
PostgreSQL License
697 stars 145 forks source link

Fix installcheck tests with all versions of postgres #231

Closed KAction closed 4 years ago

KAction commented 4 years ago

Changes

galuszkak commented 4 years ago

Hey @KAction this looks really awesome. Is there any way that we can also add TravisCI support in this PR? If not then I will merge it and try to do it based on Your work.

KAction commented 4 years ago

@galuszkak I believe you have more experience setting up Travis, since I have none :) But if travis allows running docker-in-docker (Gitlab does), all pieces are in place: just ./docheck py2-9.6; ./docheck py2-11, etc.

galuszkak commented 4 years ago

@jhschuster thanks for reporting that, I think we should extend our testing platform for 9.5 and 9.4 as they are still supported by PostgreSQL project.