From e01ae4419c1b119e83eb422cdef7f56a1b688fa6 Mon Sep 17 00:00:00 2001 From: M1ha Date: Fri, 7 Feb 2020 13:06:23 +0500 Subject: [PATCH] Bug in travis config --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 69392d6..b775fa2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,6 +27,9 @@ addons: - postgresql-11 - postgresql-contrib-11 - postgresql-client-11 + - postgresql-12 + - postgresql-contrib-12 + - postgresql-client-12 - unzip - rabbitmq-server