From 0f198fa3bc6822a762144d79f5ce31182dd48f0f Mon Sep 17 00:00:00 2001 From: Enric Tobella Date: Mon, 6 May 2019 11:04:16 +0200 Subject: [PATCH] [FIX] change minimum postgres version to 9.3 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0be02f4..62964d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ python: - "3.5" addons: - postgresql: "9.3" # minimal postgresql version for the base_import_security_group module + postgresql: "9.6" # minimal postgresql version for the base_import_security_group module # more info: https://github.com/OCA/maintainer-quality-tools/issues/432 apt: packages: